## method: post ## path:index.php?route=account/planlist/listPlanPanel ## param: ## { 'key':'xxx' 'pageNum':'xxx' ## }, ## type: json ## response: ## example: ### 状态码 含义 ### 7000 面板数据返回成功 ### 7001 面板数据返回失败 ### 7002 参数不正确 ### 7003 非法请求 ## { "curPage": "1", "totalItem": "7", "totalPage": 2, "pageSize": 6, "data_content": [ { "id": "109", "plantitle": "44444" }, { "id": "108", "plantitle": "333" }, { "id": "107", "plantitle": "4" }, { "id": "106", "plantitle": "5555" }, { "id": "105", "plantitle": "dsdsds7777777" }, { "id": "44", "plantitle": null } ], "status": "7000" ## }