curl --location --request POST '/api/admin/user/topUpLog/balance' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 200,
"message": "操作成功",
"data": {
"appAliPay": "0",
"total": "1001.01",
"routine": "1001.01",
"alipay": "0",
"douyin": "0",
"public": "0",
"weixinh5": "0",
"weixinAppIos": "0",
"weixinAppAndroid": "0"
}
}