Commit 87f255d7 by shenjunjie

热搜模板调整上线2

parent 7ad4922d
......@@ -216,7 +216,7 @@ public class AppHotController extends BaseController {
JSONObject res = new JSONObject();
res.put("matched", matched);
if (matched) {
res.put("page", (10000 + index - 1) / defaultPageSize);
res.put("page", (index + defaultPageSize - 1) / defaultPageSize);
res.put("type", HotPlatformEnum.convertFromName2Eng(type));
}
return ResponseResult.success(res);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment