curl --location --request GET '/adminapi/finance.finance/summary' \
--header 'token: {{admin-token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"business_overview": {
"total_order_amount": 0,
"total_order_num": 0,
"total_refund_amount": 0,
"total_refund_num": 0,
"net_income": 0
},
"user_overview": {
"user_num": 2,
"total_recharge_num": 0,
"user_total_amount": 0,
"user_total_quiz": 2,
"user_balance_chat": 11.999978,
"user_robot_num": 0
}
}
}