| 接口频率限制 | 1000 次/分钟、50 次/秒 |
|---|---|
| 权限要求 | 合同查看、编辑权限 |
Authorization: Bearer ********************{
"contract_id": "string",
"user_ids": [
"string"
]
}curl --location --request POST 'https://open.qfei.cn/open-apis/contract/v1/contracts/contract/batch_share' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contract_id": "string",
"user_ids": [
"string"
]
}'{
"code": 0,
"msg": "success",
"data": true
}