{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"dictId": 0,
"dictName": "string",
"dictType": "string",
"status": "string",
"remark": "string"
}
curl --location --request PUT '/dict/type' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"dictId": 0,
"dictName": "string",
"dictType": "string",
"status": "string",
"remark": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}