{
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"param": {
"property1": {},
"property2": {}
},
"spId": 0,
"spCode": "string",
"spInfo": "string",
"spImg": "string",
"spName": "string",
"spNum": 0,
"spPrice": 0,
"spState": 0
}
curl --location --request POST 'https://m1.apifoxmock.com/m1/1413673-0-default/test/goods/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"param": {
"property1": {},
"property2": {}
},
"spId": 0,
"spCode": "string",
"spInfo": "string",
"spImg": "string",
"spName": "string",
"spNum": 0,
"spPrice": 0,
"spState": 0
}'
{
"code": 0,
"message": "string",
"data": {}
}