curl --location --request POST '/uc/ucWalletLog' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"after": 99.00,
"appId": "1",
"before": 100.00,
"code": "",
"delFlag": "0",
"ext": "",
"itemId": "1",
"operId": 1,
"operType": "user",
"remark": "备注",
"siteId": "1",
"status": 1,
"tenantId": "000000",
"type": "1",
"userId": "1",
"wallet": 1.00,
"walletType": "money"
}'