- Tigshop标准版
- 后台adminapi
- authority --- 权限组
- merchant ----商户
- common --- 公共方法组
- content --- 文章组
- decorate --- 装修组
- promotion --- 营销组
- setting --- 配置组
- salesman --- 分销
- user --- 会员模块
- finance --- 财务组
- account_panel --- 账户资金面板
- order_invoice --- 发票申请
- refund_log --- 退款记录
- pay_log --- 交易日志
- refund_apply --- 退款申请
- user_balance_log --- 余额日志
- user_invoice --- 增票资质申请
- user_recharge_order --- 充值申请管理
- user_withdraw_apply --- 提现申请
- 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/finance/refund_apply/detail
请求参数
Query 参数
id
string
退款id
示例值:
19
示例代码
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/finance/refund_apply/detail?id=19'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 0,
"msg": "ok",
"data": {
"item": {
"refund_type_name": "订单",
"refund_status_name": "待处理",
"refund_id": 21,
"refund_type": 1,
"order_id": 184,
"user_id": 22,
"aftersale_id": 55,
"refund_status": 0,
"add_time": "2024-06-07 17:04:57",
"refund_note": "",
"online_balance": "0.00",
"offline_balance": "0.00",
"refund_balance": "0.00",
"is_online": 0,
"is_offline": 0,
"is_receive": 0,
"paylog_refund_id": 0,
"shop_id": 0,
"product_amount": "9.00",
"coupon_amount": "8.10",
"total_amount": "2.90",
"paid_amount": "0.00",
"unpaid_amount": "0.00",
"points_amount": "0.00",
"discount_amount": "0.00",
"balance": "2.90",
"online_paid_amount": "0.00",
"offline_paid_amount": "0.00",
"order_sn": "20240510163272087425",
"items": [
{
"item_id": 193,
"order_id": 184,
"order_sn": "20240510163272087425",
"user_id": 22,
"price": "9.00",
"quantity": 1,
"product_id": 385,
"product_name": "测试顶级商品",
"product_sn": "SN0000385",
"pic_thumb": "img/upload/202404/17140993841mZWIw7uH1tCmlL7Wg.png?x-oss-process=image/resize,m_pad,h_200,h_200",
"sku_id": 0,
"sku_data": [],
"delivery_quantity": 0,
"product_type": 1,
"is_gift": 0,
"shop_id": 0,
"is_pin": 0,
"prepay_price": "0.00",
"product_pic_thumb": "img/upload/202404/17140993841mZWIw7uH1tCmlL7Wg.png?x-oss-process=image/resize,m_pad,h_200,h_200",
"product_stock": 0,
"product_weight": "0.000",
"sku_stock": null,
"sku_sn": null,
"sku_value": null,
"number": 1
}
],
"effective_online_balance": "0.00",
"effective_offline_balance": "0.00",
"effective_balance": "2.90",
"total_complete_amount": "0.00",
"aftersales": {
"aftersale_id": 55,
"aftersale_type": 2,
"status": 3,
"pics": [],
"description": "撒大苏打实打实的撒大苏打萨达萨达萨达是",
"reply": "已经超过七天无理由退货时限",
"add_time": "2024-06-07 16:50:47",
"tracking_no": "",
"logistics_name": "",
"return_address": "",
"aftersale_reason": "协商一致退款",
"aftersales_sn": "2024060716504778301",
"order_id": 184,
"user_id": 22,
"refund_amount": "0.00",
"shop_id": 0,
"orders": {
"order_id": 184,
"order_sn": "20240510163272087425",
"user_id": 22,
"parent_order_id": 0,
"parent_order_sn": "",
"order_status": 1,
"shipping_status": 0,
"pay_status": 2,
"add_time": "2024-05-10 16:32:30",
"consignee": "测试人员",
"address": "鄱商大厦",
"region_ids": [
360000
],
"region_names": [
"江西省"
],
"address_data": null,
"mobile": "13011223344",
"email": "132@163.com",
"buyer_note": "",
"admin_note": "",
"shipping_method": 1,
"logistics_id": 0,
"logistics_name": "",
"shipping_type_id": 1,
"shipping_type_name": "默认快递",
"tracking_no": "",
"shipping_time": "",
"received_time": "",
"pay_type_id": 1,
"pay_time": "2024-05-10 16:32:30",
"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": "2.90",
"paid_amount": "0.00",
"unpaid_amount": "0.00",
"unrefund_amount": "0.00",
"product_amount": "9.00",
"coupon_amount": "8.10",
"points_amount": "0.00",
"discount_amount": "0.00",
"balance": "2.90",
"online_paid_amount": "0.00",
"offline_paid_amount": "0.00",
"service_fee": "0.00",
"shipping_fee": "2.00",
"invoice_fee": "0.00",
"order_extension": {
"coupon_money": [
8.1
],
"coupon": [
[
45
]
],
"shipping_fee": [
2
],
"shipping_type": [
{
"type_id": 1,
"type_name": "默认快递"
}
]
},
"order_source": "pc",
"invoice_data": {
"title_type": 1,
"invoice_type": 1,
"company_name": "测试人员",
"mobile": "13011223344",
"email": "132@163.com",
"amount": 2.9,
"user_id": 22,
"status": 0,
"order_id": 184
},
"out_trade_no": "",
"is_settlement": 0
}
}
},
"errcode": 0,
"message": ""
}
}
🟠404失败