[
{
"aliyunRecordId": "string",
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22Z",
"id": 0,
"shopAddress": "string",
"shopCoordinate": "string",
"shopDescribe": "string",
"shopLogo": "string",
"shopName": "string",
"shopNum": "string",
"shopPhone": "string",
"shopUser": "string",
"shopUserId": 0,
"updatedBy": 0,
"updatedTime": "2019-08-24T14:15:22Z"
}
]
curl --location --request POST 'http://127.0.0.1:8585/shopSetting/delete' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"aliyunRecordId": "string",
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22Z",
"id": 0,
"shopAddress": "string",
"shopCoordinate": "string",
"shopDescribe": "string",
"shopLogo": "string",
"shopName": "string",
"shopNum": "string",
"shopPhone": "string",
"shopUser": "string",
"shopUserId": 0,
"updatedBy": 0,
"updatedTime": "2019-08-24T14:15:22Z"
}
]'
{
"code": 0,
"data": {},
"msg": "string"
}