token: ********************
{
"name": "测试合同范本", // 合同范本名称
"contract_type": 1, // 合同类型
"introduction": "范本说明", // 范本说明
"remark": "备注",
}
curl --location --request PUT 'http://cmi-api.gleg.site/api/temp-contracts/1' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"name": "测试合同范本", // 合同范本名称
"contract_type": 1, // 合同类型
"introduction": "范本说明", // 范本说明
"remark": "备注",
}'
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
null
]
}
}