{
"id": 0,
"shareRule": "string",
"rewardsWay": 0,
"images": [
{
"id": 0,
"shareConfigId": 0,
"imageUrl": "string",
"imageOssId": 0,
"coordinateX": 0,
"coordinateY": 0,
"qrcodeWidth": 0,
"deleted": true
}
],
"enable": true,
"deleted": true
}curl --location --request POST 'https://test.51vive.com/xingxy/shareConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"shareRule": "string",
"rewardsWay": 0,
"images": [
{
"id": 0,
"shareConfigId": 0,
"imageUrl": "string",
"imageOssId": 0,
"coordinateX": 0,
"coordinateY": 0,
"qrcodeWidth": 0,
"deleted": true
}
],
"enable": true,
"deleted": true
}'{
"code": 0,
"msg": "string",
"data": {}
}