简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2021-05-27 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page | 是 | string | 页码 |
pagesize | 是 | string | 条数 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"list": [
{
"id": 2,
"merchant_uid": 18,
"add_uid": 5,
"problem": "测试测试",
"img": [
"http://iot.com/uploads/cover/2021-03-03/603f2cf456a56.jpg"
],
"contact": "18923771201",
"status": 1,
"remark": "处理完成",
"user_status": 0,
"user_remark": "",
"create_at": "2021-05-07 14:01:13",
"username": "kevin1",
"merchant_name": "康灵盾test",
"status_msg": "处理完成",
"user_status_msg": "待反馈"
}
],
"page": 5,
"pagesize": 1,
"total": 6
},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "提交失败"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | string | 投诉id |
merchant_uid | string | 商家id |
add_uid | string | 用户id,这个uid才能用 反馈接口 |
problem | string | 问题 |
img | array | 图片 |
contact | string | 电话 |
status | string | 状态【0=待处理,1=处理完成,2=投诉不通过】 |
remark | string | 商家备注 |
user_status | string | 用户状态【0=待反馈,1=问题已解决,2=问题未解决】 |
user_remark | string | 用户备注 |
create_at | string | 提交时间 |
username | string | 用户名 |
merchant_name | string | 商家名称 |
status_msg | string | 商家状态提示 |
user_status_msg | string | 用户状态提示 |
备注:
- 当 status =1 ,user_status=0时,才出现反馈按钮,已解决,未解决
作者:admin 创建时间:2021-05-27 16:29
更新时间:2021-05-27 16:36
更新时间:2021-05-27 16:36