ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
#### 列表 ~~~[api] get:/admin/distributor/index/index string:search#手机号码 number:p=1#当前页数 number:ps=20#分页大小 <<< success { "code": 1, "msg": "", "time": "2018-09-15 12:13:36", "data": [ { "id": 1, "username": "psy01", "mobile": "13212345678", "realname": "", "longitude": "", "latitude": "", "type": 1, "work": 0, "status": 1, "created_at": "2018-09-15 12:13:07", "updated_at": "2018-09-15 12:13:07", "status_text": "正常", "work_text": "休息", "stores": { "id": 1, "name": "小米官方东莞旗舰店" } } ], "_meta": { "totalCount": 1, "pageCount": 1, "currentPage": 1, "perPage": 20 } } ~~~ #### 详情 ~~~[api] get:/admin/distributor/index/retrieve/id/:id <<< success { "code": 1, "msg": "", "time": "2018-09-15 12:15:15", "data": { "id": 1, "username": "psy01", "mobile": "13212345678", "realname": "", "longitude": "", "latitude": "", "type": 1, "work": 0, "status": 1, "created_at": "2018-09-15 12:13:07", "updated_at": "2018-09-15 12:13:07", "status_text": "正常", "work_text": "休息", "stores": { "id": 1, "name": "小米官方东莞旗舰店" } } } ~~~ #### 更新 ~~~[api] post:/admin/distributor/index/update/id/:id string:username#用户名 string:password#密码 string:mobile#手机号码 string:realname#真实姓名 string:longitude#经度 string:latitude#纬度 number:status=1#状态,0=>禁用,1=>启用 <<< success { "code": 1, "msg": "success", "time": "2018-09-15 12:21:23", "data": [] } ~~~ #### 删除 ~~~[api] post:/admin/distributor/index/delete/id/:id <<< success { "code": 1, "msg": "success", "time": "2018-09-15 12:24:21", "data": [] } ~~~