Closed tavisdxh closed 7 years ago
经检查,此为服务端问题。
发送如下请求时,服务端返回 500:
GET https://testerhome.com/api/v3/topics.json?limit=73&node_id=2&offset=0&type=last_actived
但把 limit 改为 72 时,服务端正常返回:
GET https://testerhome.com/api/v3/topics.json?limit=72&node_id=2&offset=0&type=last_actived
推测是服务端越界处理问题。
使用 ruby china 试了下,没发现这个问题。
GET https://ruby-china.org/api/v3/topics.json?limit=72&node_id=4&offset=0&type=last_actived
实际这个节点只有32个主题,而实际返回的数组长度也是正常的。
已在网站仓库提 issue :https://github.com/testerhome/homeland/issues/28
待网站解决后再用 app 校验。
主站已修复,经校验客户端已正常。