列表
GET
/home/fine/getFine
最后修改时间:2024-11-20 05:52:12
请求参数
Header 参数
token
string
必需
Body 参数multipart/form-data
page
integer
示例:1 分页
page_num
integer
必需
orderSn
string
示例: 订单号检索
investor
string
必需
account
string
必需
scene
array[string]
必需
star
string
必需
end
string
必需
返回响应
🟠400响应参数
application/json
Body
code
integer
示例:0
message
string
示例:成功
cont
array [object {10}]
数据列表
id
integer
示例:2 列表id
order_sn
string
必需
compensate_sn
string
必需
scene
string
必需
direction
string
必需
price
string
必需
investor
string
示例:商家 出资方
account
string
必需
reason
string
必需
account_time
string
必需
total
integer
示例:2
示例
{
"code": 0,
"message": "string",
"cont": [
{
"id": 0,
"order_sn": "string",
"compensate_sn": "string",
"scene": "string",
"direction": "string",
"price": "string",
"investor": "string",
"account": "string",
"reason": "string",
"account_time": "string"
}
],
"total": 0
}
修改于 2024-11-20 05:52:12