ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 子账户-列表页面 >接口参数说明 ~~~[api] post:/api/account/account-child-overview *string:keyword#搜索关键词 *int:pageNumber#页数 *int:pageSize#每页条数 string:direction# 升序或降序,升序:asc,降序: desc string:property# 排序参数 string:startDate#开始日期 yyyy-MM-dd string:endDate#结束日期 yyyy-MM-dd <<< success { "data": { "content": [ { "guid": "42382479-5c2d-11e9-821c-f97e2d250529", "username": "13666100890", "nickName": "xiangjiangcheng", "avatarUrl": "", "email": "123456@qq.com", "mobile": "13666100890", "country": "中国", "province": "四川省", "city": "成都市", "address": "天府三街", "currency": "CNY", "companyName": "天宝旅游(成都)", "accountStatus": "PASSED", "firstLogin": true, "orderFirst": true, "transactionPassword": false, "showHandlingFee": false, "showFareRule": false, "childAccount": true }, { "guid": "402263d8-5c2d-11e9-821c-f97e2d250529", "username": "13666100891", "nickName": "xiangjiangcheng", "avatarUrl": "", "email": "123456@qq.com", "mobile": "13666100891", "country": "中国", "province": "四川省", "city": "成都市", "address": "天府三街", "currency": "CNY", "companyName": "天宝旅游(成都)", "accountStatus": "PASSED", "firstLogin": true, "orderFirst": true, "transactionPassword": false, "showHandlingFee": false, "showFareRule": false, "childAccount": true }, { "guid": "1109a866-5c2d-11e9-821c-f97e2d250529", "username": "13666100893", "nickName": "xiangjiangcheng", "avatarUrl": "", "email": "123456@qq.com", "mobile": "13666100893", "country": "中国", "province": "四川省", "city": "成都市", "address": "天府三街", "currency": "CNY", "companyName": "天宝旅游(成都)", "accountStatus": "PASSED", "firstLogin": false, "orderFirst": true, "transactionPassword": false, "showHandlingFee": false, "showFareRule": false, "childAccount": true } ], "total": 3, "totalPages": 0 }, "status": 0, "msg": "success", "timestamp": "20190411035642844" } <<< ~~~ >接口请求示例 ~~~ { "pageNumber":0, "pageSize":10 } ~~~