[
{
"type": "enterprise",
"name": "甲方",
"orderNum": 1,
"specifyOnUse": false,
"needSign": true,
"companyName": "重庆小易智能科技有限公司",
"realName": "张三",
"contact": "13800138000",
"id": 1024,
"templateId": 1024
}
]curl --location --request PUT '/api/v1/seal/templates//signatories?id' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"type": "enterprise",
"name": "甲方",
"orderNum": 1,
"specifyOnUse": false,
"needSign": true,
"companyName": "重庆小易智能科技有限公司",
"realName": "张三",
"contact": "13800138000",
"id": 1024,
"templateId": 1024
}
]'{
"code": 0,
"msg": "string",
"data": {
"0": 0
}
}