提现列表
开发中
GET
adminapi/finance.withdraw/lists
请求参数
Query 参数
source
string
可选
type
string
可选
keyword
string
关键词搜索
channel
string
可选
start_time
string
申请开始时间
end_time
string
可选
status
string
可选
示例代码
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.withdraw/lists?source&type&keyword&channel&start_time&end_time&status'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {20}]
必需
count
integer
必需
page_no
integer
必需
page_size
integer
必需
extend
object
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 2,
"sn": "20202410302321063708",
"relation_id": 8,
"source": 1,
"type": 1,
"apply_type": 1,
"money": "200.00",
"left_money": "190.00",
"handling_fee": "10.00",
"service_charge": "5",
"status": 1,
"verify_remark": null,
"withdraw_config_snap": {
"name": "cai",
"bank": "123",
"bank_card": "323232"
},
"transfer_proof": "",
"create_time": "2024-10-30 23:21:06",
"update_time": "2024-10-30 23:21:06",
"status_desc": "待审核",
"apply_type_desc": "技师佣金提现",
"type_desc": "微信",
"relation_info": {
"name": "测试",
"sn": "003",
"image": "http://www.php-amdj.localhost/uploads/images/20221123/202211231543510f03d1199.png"
}
},
{
"id": 3,
"sn": "20202410311021236070",
"relation_id": 9,
"source": 2,
"type": 1,
"apply_type": 1,
"money": "200.00",
"left_money": "0.00",
"handling_fee": "1000.00",
"service_charge": "5",
"status": 1,
"verify_remark": null,
"withdraw_config_snap": {
"name": "cai",
"bank": "123",
"bank_card": "323232"
},
"transfer_proof": "",
"create_time": "2024-10-31 10:21:23",
"update_time": "2024-10-31 10:21:23",
"status_desc": "待审核",
"apply_type_desc": "店铺佣金提现",
"type_desc": "微信",
"relation_info": {
"name": "",
"sn": "",
"image": ""
}
},
{
"id": 4,
"sn": "20202410311022320834",
"relation_id": 9,
"source": 2,
"type": 1,
"apply_type": 1,
"money": "200.00",
"left_money": "190.00",
"handling_fee": "10.00",
"service_charge": "5",
"status": 1,
"verify_remark": null,
"withdraw_config_snap": {
"name": "cai",
"bank": "123",
"bank_card": "323232"
},
"transfer_proof": "",
"create_time": "2024-10-31 10:22:32",
"update_time": "2024-10-31 10:22:32",
"status_desc": "待审核",
"apply_type_desc": "店铺佣金提现",
"type_desc": "微信",
"relation_info": {
"name": "",
"sn": "",
"image": ""
}
}
],
"count": 3,
"page_no": 1,
"page_size": 25,
"extend": {
"wait_audit": 3,
"withdraw_ing": 0,
"withdraw_success": 0,
"withdraw_failt": 0
}
}
}
修改于 2024-10-31 17:22:17