售后列表接口

简要描述:

售后列表

请求URL:

http(s)://平台域名/api/admin/v1/orde/complainList

请求方式:

POST

请求参数:

Header 参数 类型 是否必填 描述 示例值
UserId string 您的后台管理员登录账号 admin
Sign string 签名(后台-设置-后台用户-管理员列表-编辑获取apikey) 点击查看签名规范
Timestamp string 13位时间戳(毫秒) 1696644296195
Body 参数 类型 是否必填 描述 示例值
uid int 用户UID  
goods_id string 商品ID  
goods_name string 商品名称  
ordersn string 订单号  
order_type int 售后类型 1=自营售后,2=供货商订单售后,3=渠道订单售后  
status string 售后状态 1=等待处理,2=正在处理,3=处理完成,4=终止售后  
page string 页数  
limit string 条数

请求示例:

  1. {
  2. "ordersn": "D0522274202244629397504",
  3. "goods_name": "",
  4. "goods_id": "",
  5. "uid": "",
  6. "status": 1,
  7. "page": 1,
  8. "limit": 10
  9. }

签名示例:

1699528282856{"goods_id":"","goods_name":"","limit":10,"ordersn":"D0522274202244629397504","page":1,"status":2,"uid":""}k4Y8hywXDpU67foPbdDANuqSeTS9qqMPnZ2djOHJtDcotM

返回示例:

  1. {
  2. "code": 200,
  3. "msg": "确定",
  4. "data": {
  5. "list": [
  6. {
  7. "id": 58,
  8. "uid": 3,
  9. "host": "new2.ezhancn.com",
  10. "goods_name": "测试卡密",
  11. "goods_id": 1,
  12. "subject": "订单有误退款",
  13. "ordersn": "D0522274202244629397504",
  14. "status": 1,
  15. "total_price": "0.000",
  16. "new_content": {
  17. "type": 0,
  18. "time": 1748414246,
  19. "screenshot": "/uploads/user/3/20250528/93389c0aed411629021abf6d5d462452.jpg",
  20. "content": ""
  21. }
  22. }
  23. ],
  24. "total": 1
  25. }
  26. }

返回data说明:

参数名 类型 描述
id int 投诉ID
uid string 用户ID
host string 下单域名
ordersn string 平台本地订单号
subject string 售后主题
goods_name string 商品标题
total_price string 订单金额
goods_id int 商品ID
status int 售后状态(1=等待处理,2=正在处理,3=处理完成,4=终止售后)

返回new_content说明:

参数名 类型 描述
type string 类型(0用户 1客服)
time string 时间戳
screenshot string 图片
content string 内容

© 版权声明
THE END
喜欢就支持一下吧
点赞14 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容