财务中心
开发中
GET
adminapi/finance.center/center
请求参数
无
示例代码
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.center/center'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
management_forms
object
经营状态
user_recharge
object
用户充 值概括
coach_info
object
技师概括
shop_info
object
门店概括
deposit_info
object
保证金概括
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"management_forms": {
"total_amount": 4495,
"total_order": 19,
"total_refund_amount": 1744,
"fail_refund_amount": 0
},
"user_recharge": {
"total_user_recharge_money": 0,
"total_user_money": 2218437
},
"coach_info": {
"total_coach_commission": 0,
"total_withdraw_commission": 0,
"total_may_withdraw_commission": 123,
"total_wait_settle_commission": 696
},
"shop_info": {
"total_shop_commission": 0,
"total_withdraw_commission": 0,
"total_may_withdraw_commission": 1600,
"total_wait_settle_commission": 297
},
"deposit_info": {
"total_coach_deposit": 237,
"total_shop_deposit": 800
}
}
}
修改于 2024-12-04 01:49:55