{
"beginNum": 0,
"createDate": "2019-08-24T14:15:22Z",
"dateFormat": "string",
"days": 0,
"id": "string",
"loginAgentId": "string",
"loginMcu": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"nextNum": 0,
"numGap": 0,
"numLength": 0,
"orderType": "string",
"remark": "string"
}
curl --location --request PUT 'http://10.219.87.224:8080/veivo-boot/system/sysOrderSn/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginNum": 0,
"createDate": "2019-08-24T14:15:22Z",
"dateFormat": "string",
"days": 0,
"id": "string",
"loginAgentId": "string",
"loginMcu": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"nextNum": 0,
"numGap": 0,
"numLength": 0,
"orderType": "string",
"remark": "string"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}