{
"id": 0,
"enable": true,
"shareImagOssIds": "string",
"shareImages": [
{
"imageUrl": "string",
"imageOssId": 0,
"coordinateX": 0,
"coordinateY": 0,
"qrcodeWidth": 0
}
],
"shareRule": "string",
"rewardsWay": 0,
"config": [
{
"id": 0,
"infoId": 0,
"inviteNum": 0,
"type": "string",
"styles": 0,
"rewardIntegration": 0,
"rewardMasonry": 0,
"vips": [
{
"id": 0,
"infoId": 0,
"vipId": 0,
"unitId": 0,
"conId": 0
}
]
}
]
}curl --location --request POST 'https://test.51vive.com/app/inviteInfoNew/saveOne' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"enable": true,
"shareImagOssIds": "string",
"shareImages": [
{
"imageUrl": "string",
"imageOssId": 0,
"coordinateX": 0,
"coordinateY": 0,
"qrcodeWidth": 0
}
],
"shareRule": "string",
"rewardsWay": 0,
"config": [
{
"id": 0,
"infoId": 0,
"inviteNum": 0,
"type": "string",
"styles": 0,
"rewardIntegration": 0,
"rewardMasonry": 0,
"vips": [
{
"id": 0,
"infoId": 0,
"vipId": 0,
"unitId": 0,
"conId": 0
}
]
}
]
}'{
"code": 0,
"msg": "string",
"data": true
}