Commit 3fcc8fb6 by 吴迪

【新增】长串接口免登陆

parent eae8412d
......@@ -160,7 +160,7 @@ public class PolicyController extends AbstractController {
Page<PolicyEntity> page = this.policyService.selectPolicyNewList(params,
new Page(params.getPage(),params.getLimit()));
PageUtils pageUtils = new PageUtils(page);
return R.ok().put("page", pageUtils);
return R.ok().put("data", pageUtils);
}
@Login
......
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