Authorization: ********************{
"id": 0,
"tenantId": "string",
"title": "string",
"advertisingTypeId": 0,
"showType": 0,
"platformType": 0,
"type": 0,
"imgUrl": "string",
"url": "string",
"qrCodeImageUrl": "string",
"weixinAppId": "string",
"path": "string",
"extraData": "string",
"shortLink": "string",
"noRelaunchIfPathUnchanged": 0,
"value": "string",
"sort": 0,
"effectStatus": 0,
"remark": "string"
}curl --location --request PUT '/management/advertising/modifyAdvertising' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"tenantId": "string",
"title": "string",
"advertisingTypeId": 0,
"showType": 0,
"platformType": 0,
"type": 0,
"imgUrl": "string",
"url": "string",
"qrCodeImageUrl": "string",
"weixinAppId": "string",
"path": "string",
"extraData": "string",
"shortLink": "string",
"noRelaunchIfPathUnchanged": 0,
"value": "string",
"sort": 0,
"effectStatus": 0,
"remark": "string"
}'{
"code": "",
"msg": "",
"data": false,
"stackTraceMsg": ""
}