Authorization: ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"dataId": 0,
"mediaUrl": "string",
"photoUrl": "string",
"fileName": "string",
"title": "string",
"tag": "string",
"depict": "string",
"tradeType": 0,
"dataType": 0,
"saleScene": 0,
"approveNum": 0,
"forwardNum": 0,
"duration": 0,
"buttonType": 0,
"phoneNum": "string",
"productPrice": "string",
"shareType": 0
}
curl --location --request POST 'https://www.mengzhikeji.cn/prod-api/resource/dataManage/remove' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"dataId": 0,
"mediaUrl": "string",
"photoUrl": "string",
"fileName": "string",
"title": "string",
"tag": "string",
"depict": "string",
"tradeType": 0,
"dataType": 0,
"saleScene": 0,
"approveNum": 0,
"forwardNum": 0,
"duration": 0,
"buttonType": 0,
"phoneNum": "string",
"productPrice": "string",
"shareType": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}