投诉列表
GET {{base_url}}/user/getComplainList
Header
参数名 | 类型 | 必需 | 描述 | 示例 |
---|---|---|---|---|
Authorization |
string | 1 | bearer {{token}} |
返回示例
{
"status": 200,
"msg": "success",
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"shop_name": "一号店",
"uid": 14,
"phone": "18617004850",
"realname": "易鑫",
"reason": "原因",
"contents": "内容",
"imgs": [
"http://192.168.1.173:83/uploads/goods/2020-04-17/5e99603f3361e.png"
],
"is_process": 0,
"process_note": null,
"process_time": null,
"created_at": "2020-06-06 17:44:25",
"updated_at": "2020-06-06 17:42:54"
}
],
"first_page_url": "http://192.168.1.173:83/module/chickenshop/user/getComplainList?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://192.168.1.173:83/module/chickenshop/user/getComplainList?page=1",
"next_page_url": null,
"path": "http://192.168.1.173:83/module/chickenshop/user/getComplainList",
"per_page": 15,
"prev_page_url": null,
"to": 1,
"total": 1
}
}
文档更新时间: 2020-06-13 10:55 作者:nianwang