{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"giftConfigId": 0,
"giftIcon": "string",
"giftName": "string",
"giftUnit": "string",
"pigCoin": 0,
"withdrawPigCoin": 0,
"withdrawPrice": 0,
"deviceType": 0,
"isDeleted": "string",
"giftTag": "string",
"giftTrendsImg": "string",
"giftSort": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/giftConfig' \
--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": {}
},
"giftConfigId": 0,
"giftIcon": "string",
"giftName": "string",
"giftUnit": "string",
"pigCoin": 0,
"withdrawPigCoin": 0,
"withdrawPrice": 0,
"deviceType": 0,
"isDeleted": "string",
"giftTag": "string",
"giftTrendsImg": "string",
"giftSort": 0
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": null
}