{
"id":"",
"priceRatio":""
}
curl --location --request PUT 'http://localhost:8080/system/user/updateUserDiscounts' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":"",
"priceRatio":""
}'
{"msg":"操作成功","code":200,"data":true}