- Tigshop标准版
- 后台adminapi
- authority --- 权限组
- merchant ----商户
- common --- 公共方法组
- content --- 文章组
- decorate --- 装修组
- promotion --- 营销组
- setting --- 配置组
- salesman --- 分销
- user --- 会员模块
- finance --- 财务组
- product --- 商品
- product_attributes --- 商品属性管理(待定)
- product_attributes_tpl --- 商品属性模板管理
- product_inventory_log --- 商品库存日志管理
- product_batch --- 商品批量处理管理
- product_services --- 商品服务
- e_card_group --- 电子卡券组
- e_card --- 电子卡券
- product_group ---商品分组
- shop_product_category ---店铺商品分类 (待定)
- price_inquiry --- 询价管理
- brand --- 品牌管理
- category --- 商品分类管理
- comment --- 商品评论管理
- product --- 商品管理
- panel --- 统计面板组
- lang --- 多语言
- login --- 登录组
- order---订单组
- msg --- 消息管理组
- 前台api
- search --- 搜索
- merchant --- 商户
- article --- 文章
- salesman --- 分销
- product --- 商品
- order --- 订单
- category --- 商品分类
- home --- 首页
- cart --- 购物车
- user --- 会员中心
- common --- 公共方法
- shop --- 店铺
- IM
- 安装
详情接口
开发中
GET
/adminapi/order/aftersales/detail
请求参数
Query 参数
id
string
售后id
示例值:
95
Body 参数multipart/form-data
id
string
必需
示例值:
95
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/order/aftersales/detail?id=95' \
--form 'id="95"'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 0,
"msg": "ok",
"data": {
"item": {
"aftersales_type_name": "退货/退款",
"status_name": "售后收货中",
"aftersale_id": 56,
"aftersale_type": 1,
"status": 4,
"pics": [],
"description": "不喜欢不喜欢不喜欢",
"reply": "",
"add_time": "2024-06-07 17:07:52",
"tracking_no": "",
"logistics_name": "",
"return_address": "江西省测试区测试镇XX村23号12-04",
"aftersale_reason": "多拍/拍错/不喜欢",
"aftersales_sn": "2024060717075223901",
"order_id": 243,
"user_id": 22,
"refund_amount": "99.00",
"shop_id": 0,
"can_cancel": false,
"step_status": {
"current": 2,
"status": "process",
"steps": [
{
"title": "提交申请",
"active": true,
"description": "2024-06-07 17:07:52"
}
]
},
"aftersales_items": [
{
"aftersales_item_id": 65,
"order_item_id": 258,
"number": 1,
"aftersale_id": 56,
"order_sn": "20240606135614350659",
"product_name": "斯尔丽集团旗下瑟俪【加绒雪尼尔】冬保暖松紧图标装饰直筒休闲裤",
"order_id": 243,
"pic_thumb": "img/item/demo/1680761405Lhq4x8XIjziBAfB5ev!!pic200x200.jpeg",
"product_sn": "SN000020",
"product_id": 20,
"quantity": 1,
"price": "99.00"
}
],
"aftersales_log": [
{
"log_id": 196,
"aftersale_id": 56,
"log_info": "售后收货中:",
"add_time": "2024-06-07 17:09:06",
"admin_name": "admin",
"refund_money": "0.00",
"refund_type": 0,
"refund_desc": "",
"user_name": "",
"return_pic": null
}
],
"orders": {
"order_id": 243,
"order_sn": "20240606135614350659",
"user_id": 22,
"parent_order_id": 0,
"parent_order_sn": "",
"order_status": 1,
"shipping_status": 0,
"pay_status": 2,
"add_time": "2024-06-06 13:56:44",
"consignee": "测试测试",
"address": "测试地址",
"region_ids": [
1
],
"region_names": [
"中国"
],
"address_data": null,
"mobile": "13000001423",
"email": "1321608716@qq.com",
"buyer_note": "",
"admin_note": "",
"shipping_method": 1,
"logistics_id": 0,
"logistics_name": "",
"shipping_type_id": 2,
"shipping_type_name": "顺丰速运",
"tracking_no": "",
"shipping_time": "",
"received_time": "",
"pay_type_id": 3,
"pay_time": "2024-06-06 13:56:45",
"use_points": 0,
"distribution_status": 0,
"promoter_user_id": 0,
"is_del": 0,
"shop_id": 0,
"is_store_splited": 1,
"comment_status": 0,
"total_amount": "65.00",
"paid_amount": "0.00",
"unpaid_amount": "0.00",
"unrefund_amount": "0.00",
"product_amount": "99.00",
"coupon_amount": "35.00",
"points_amount": "0.00",
"discount_amount": "0.00",
"balance": "65.00",
"online_paid_amount": "0.00",
"offline_paid_amount": "0.00",
"service_fee": "0.00",
"shipping_fee": "1.00",
"invoice_fee": "0.00",
"order_extension": {
"coupon_money": {
"0": 15,
"-1": 20
},
"coupon": {
"0": [
67
],
"-1": [
85
]
},
"shipping_fee": [
1
],
"shipping_type": [
{
"type_id": 2,
"type_name": "顺丰速运"
}
]
},
"order_source": "h5",
"invoice_data": {
"title_type": 1,
"invoice_type": 1,
"user_id": 22,
"status": 0,
"order_id": 243
},
"out_trade_no": "",
"is_settlement": 0
},
"refund": null,
"status_config": {
"1": "审核处理中",
"2": "审核通过",
"3": "审核未通过",
"4": "售后收货中",
"5": "售后已处理",
"6": "已完成",
"7": "已取消"
},
"aftersales_type_config": {
"1": "退货/退款",
"2": "仅退款"
},
"refuse_reason": [
"已经超过七天无理由退货时限"
],
"suggest_refund_amount": "0.00"
},
"errcode": 0,
"message": ""
}
}
🟠404失败
修改于 2025-03-12 02:31:56