{
"id": 0,
"goodsCode": "string",
"memberCount": 0,
"userOrderCodes": "string",
"serviceCode": "string",
"success": 0,
"createTime": "2019-08-24T14:15:22Z",
"expirationTime": "2019-08-24T14:15:22Z",
"code": "string",
"images": [
{
"src": "string"
}
],
"remaining": 0
}
curl --location --request POST '/appMark/group/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"goodsCode": "string",
"memberCount": 0,
"userOrderCodes": "string",
"serviceCode": "string",
"success": 0,
"createTime": "2019-08-24T14:15:22Z",
"expirationTime": "2019-08-24T14:15:22Z",
"code": "string",
"images": [
{
"src": "string"
}
],
"remaining": 0
}'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"goodsCode": "string",
"memberCount": 0,
"userOrderCodes": "string",
"serviceCode": "string",
"success": 0,
"createTime": "2019-08-24T14:15:22Z",
"expirationTime": "2019-08-24T14:15:22Z",
"code": "string",
"images": [
{
"src": "string"
}
],
"remaining": 0
}
]
}