{
"id": 0,
"goodsCode": "string",
"goodsName": "string",
"minNum": 0,
"activityType": "string",
"activityStatus": "string",
"activityPrice": "string",
"presentPrice": 0,
"originPrice": 0,
"goodsImage": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"goodsId": 0
}
curl --location --request POST '/appMark/goods/findNextActivity' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"goodsCode": "string",
"goodsName": "string",
"minNum": 0,
"activityType": "string",
"activityStatus": "string",
"activityPrice": "string",
"presentPrice": 0,
"originPrice": 0,
"goodsImage": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"goodsId": 0
}'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"goodsCode": "string",
"goodsName": "string",
"minNum": 0,
"activityType": "string",
"activityStatus": "string",
"activityPrice": "string",
"presentPrice": 0,
"originPrice": 0,
"goodsImage": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"goodsId": 0
}
}