{
"userId": 1,
"action": 1,
"amount": 2,
"remark": "充值"
}
curl --location --request POST 'https://java-admin.likeadmin.cn//api/user/adjustWallet' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1,
"action": 1,
"amount": 2,
"remark": "充值"
}'
{
"code": 0,
"msg": "string",
"data": [
"string"
]
}