{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"rechargeConfigId": 0,
"configType": 0,
"vipType": 0,
"vipDay": 0,
"givePigCoin": 0,
"continuousPigCoin": 0,
"rechargePigCoin": 0,
"costPrice": 0,
"continuousPrice": 0,
"detailText": "string",
"continuousDetailText": "string",
"deviceType": 0,
"isDeleted": "string",
"isDefault": "Y",
"productId": "string",
"continuousProductId": "string",
"rechargeSort": 0,
"status": 0,
"firstDiscount": "Y"
}
curl --location --request PUT 'https://test-api.yunjishop.cn/member/rechargeConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"rechargeConfigId": 0,
"configType": 0,
"vipType": 0,
"vipDay": 0,
"givePigCoin": 0,
"continuousPigCoin": 0,
"rechargePigCoin": 0,
"costPrice": 0,
"continuousPrice": 0,
"detailText": "string",
"continuousDetailText": "string",
"deviceType": 0,
"isDeleted": "string",
"isDefault": "Y",
"productId": "string",
"continuousProductId": "string",
"rechargeSort": 0,
"status": 0,
"firstDiscount": "Y"
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}