优特云
[ { "name": "首页", "url": "http://www.utyun.com/", "target": "0", "child": [] }, { "name": "活动", "url": "http://www.utyun.com/h-col-141.html", "target": "0", "child": [] }, { "name": "产品", "url": "", "target": "1", "child": [ { "name": "U语言", "url": "http://www.utyun.com/h-col-176.html", "target": "0", "child": [] }, { "name": "U平台", "url": "http://www.utyun.com/h-col-150.html", "target": "0", "child": [] } ] }, { "name": "技术与服务", "url": "", "target": "1", "child": [ { "name": "运维服务", "url": "http://www.utyun.com/h-col-161.html", "target": "0", "child": [] }, { "name": "技术方案", "url": "http://www.utyun.com/h-col-178.html", "target": "0", "child": [] } ] }, { "name": "优特云学院", "url": "", "target": "1", "child": [ { "name": "教程", "url": "http://www.utyun.com/h-col-166.html", "target": "0", "child": [] }, { "name": "下载中心", "url": "http://www.utyun.com/h-col-170.html", "target": "0", "child": [] }, { "name": "论坛", "url": "http://www.utyun.com/h-col-169.html", "target": "0", "child": [] } ] }, { "name": "关于优特云", "url": "", "target": "1", "child": [ { "name": "企业概况", "url": "http://www.utyun.com/h-col-171.html", "target": "0", "child": [] }, { "name": "新闻动态", "url": "http://www.utyun.com/h-col-172.html", "target": "0", "child": [] }, { "name": "加入我们", "url": "http://www.utyun.com/h-col-173.html", "target": "0", "child": [] }, { "name": "团队风采", "url": "http://www.utyun.com/h-col-140.html", "target": "0", "child": [] } ] } ]
V0.08.00
评价服务(evaluate)-评价投诉管理

伟 最后一次编辑

3 年多前 26

评价服务(evaluate)-评价投诉管理

商家投诉评价

基本信息

Path: /evaluate/comp/update

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
comp string 必须 投诉内容
evaluate_id string 必须 评价id

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须 响应信息
code integer 必须 响应码 format: int32
data object 非必须
├─ comp_no string 必须 工单号

商家撤回投诉

基本信息

Path: /evaluate/comp/revocation

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
comp_no string 必须 工单号

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须 响应信息
code integer 必须 响应状态码 format: int32
data object 非必须

同意评价投诉

基本信息

Path: /evaluate/comp/accept

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
comp_nos string [] 必须 工单号数组,2个及以上时为批量审批 item 类型: string
├─ 非必须

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须 响应信息
code integer 必须 响应状态码 format: int32
data object 非必须

拒绝评价投诉

基本信息

Path: /evaluate/comp/reject

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
comp_no string 必须 评价id

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须 响应信息
code integer 必须 响应状态码 format: int32
data object 非必须

商家查询我的投诉

基本信息

Path: /evaluate/comp/queryBySeller

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
start_time string 非必须 投诉开始时间 format: date-time
comp_no string 非必须 工单号,可以模糊查询
pageno integer 必须 页数 format: int32
end_time string 非必须 投诉结束时间 format: date-time
pagesize integer 必须 每页大小 format: int32
sort string 非必须 排序方式,默认倒序desc,正序asc
type integer 非必须 查询全部工单列表,不填默认0,0未处理,1已处理 format: int32
app_id string 必须 应用ID
order string 非必须 排序字段,默认按投诉提交时间compSubmitTime倒序,也可以按compSubmitUser投诉提交人排序

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须 响应信息
code integer 必须 响应状态码 format: int32
data object [] 必须 响应数据 item 类型: object
├─ comp_content string 必须 投诉内容
├─ evaluate_id string 必须 评价id
├─ comp_state integer 必须 投诉状态:0无投诉1投诉中2已撤销3认可4驳回 format: int32
├─ comp_no string 必须 投诉工单号
├─ comp_submit_user string 必须 投诉提交人
├─ geval_content string 必须 评价内容
├─ comp_submit_time string 必须 投诉提交时间 format: date-time
page object 非必须
├─ total integer 非必须 format: int64
├─ records integer 非必须 format: int64
├─ pageno integer 非必须 format: int32
├─ pagesize integer 非必须 format: int32

查询投诉详情

基本信息

Path: /evaluate/comp/queryDetails

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
comp_no string 必须 工单号

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须 响应信息
code integer 必须 响应状态码 format: int32
data object 必须
├─ comp_content string 必须 投诉内容
├─ geval_addtime string 必须 评价时间 format: date-time
├─ geval_goodsname string 必须 商品名称
├─ geval_images string [] 必须 晒单图片 item 类型: string
├─ 非必须
├─ geval_goodsimage string 必须 商品图片
├─ geval_scores integer 必须 商品评分 format: int32
├─ geval_memberid string 必须 评价人ID
├─ comp_no string 必须 工单号
├─ geval_goodsdesc string 必须 商品描述
├─ geval_content string 必须 评价内容
├─ geval_image string 非必须
├─ geval_membername string 必须 评价人名称

应用查询全部评价投诉列表

基本信息

Path: /evaluate/comp/queryAll

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
start_time string 非必须 投诉开始时间 format: date-time
comp_no string 非必须 工单号,可以模糊查询
pageno integer 必须 页数 format: int32
end_time string 非必须 投诉结束时间 format: date-time
pagesize integer 必须 每页大小 format: int32
sort string 非必须 排序方式,默认倒序desc,正序asc
type integer 非必须 查询全部工单列表,不填默认0,0未处理,1已处理 format: int32
app_id string 必须 应用ID
order string 非必须 排序字段,默认按投诉提交时间compSubmitTime倒序,也可以按compSubmitUser投诉提交人排序

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须 响应信息
code integer 必须 响应状态码 format: int32
data object [] 必须 响应数据 item 类型: object
├─ comp_content string 必须 投诉内容
├─ evaluate_id string 必须 评价id
├─ comp_state integer 必须 投诉状态:0无投诉1投诉中2已撤销3认可4驳回 format: int32
├─ comp_no string 必须 投诉工单号
├─ comp_submit_user string 必须 投诉提交人
├─ geval_content string 必须 评价内容
├─ comp_submit_time string 必须 投诉提交时间 format: date-time
page object 非必须
├─ total integer 非必须 format: int64
├─ records integer 非必须 format: int64
├─ pageno integer 非必须 format: int32
├─ pagesize integer 非必须 format: int32

优特云