摘要:
备注:后端接口分页返回数据,前端分页展示 一、后端接口 1 http://127.0.0.1:9001/alice/sys/user/getUserList?pageNum=1&pageSize=20&email=test 2 3 get 4 5 返回结果: 6 { 7 "status":1, 8 阅读全文
摘要:
备注:后端接口返回全部数据,前端页面进行分页 一、后端接口格式 1 http://127.0.0.1:9528/dev-api/alice/api/plan/api/case?apiId=1001 2 get 3 返回结果: 4 { 5 "status":1, 6 "message":"OK", 7 阅读全文