{
"id": null,
"user": "xiaomo",
"money": "-50"
}
curl --location --request POST '/myauth/web/chaMoney' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": null,
"user": "xiaomo",
"money": "-50"
}'
{
"code": 200,
"success": true,
"msg": "奖惩成功",
"sign": "",
"result": null,
"timestamp": 1646923129789
}