{
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22Z",
"id": 0,
"isShow": 0,
"jumpType": "string",
"jumpUrl": "string",
"sort": 0,
"supplyId": 0,
"supplyName": "string",
"updatedBy": 0,
"updatedTime": "2019-08-24T14:15:22Z",
"url": "string"
}
curl --location --request POST 'http://127.0.0.1:8585/supplierImage/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22Z",
"id": 0,
"isShow": 0,
"jumpType": "string",
"jumpUrl": "string",
"sort": 0,
"supplyId": 0,
"supplyName": "string",
"updatedBy": 0,
"updatedTime": "2019-08-24T14:15:22Z",
"url": "string"
}'
{
"code": 0,
"data": {},
"msg": "string"
}