{
"pointTradeDeductEnable": true,
"pointTradeDeductUnitPrice": 13506,
"pointTradeDeductMaxPrice": 32428,
"pointTradeGivePoint": 100
}curl --location --request PUT 'http://139.198.190.189:58080/admin-api/member/config/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"pointTradeDeductEnable": true,
"pointTradeDeductUnitPrice": 13506,
"pointTradeDeductMaxPrice": 32428,
"pointTradeGivePoint": 100
}'{
"code": 0,
"data": true,
"msg": "string"
}