{
"userId": 0,
"pigCoin": 0.01,
"vipDays": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/user/systemRechargePigCoin' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"pigCoin": 0.01,
"vipDays": 0
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": null
}