Authorization: Bearer ********************
{
"contSpecId": 40,
"contSpecName": 40,
"createBy": "admin",
"createDate": "2017-08-02T06:53:18",
"createName": "管理员",
"sysCompanyCode": "A03",
"sysOrgCode": "A03"
}
curl --location --request POST '/othermana/specification/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"contSpecId": 40,
"contSpecName": 40,
"createBy": "admin",
"createDate": "2017-08-02T06:53:18",
"createName": "管理员",
"sysCompanyCode": "A03",
"sysOrgCode": "A03"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}