{
"contractId": "{{create_contractId}}",
"bizId": null,
"employee": {
"contact": "18435186216",
"contactType": "MOBILE"
},
"pass": true,
"comment": "同意"
}
curl --location --request POST 'https://openapi.qiyuesuo.com/v2/contract/employeeaudit' \
--header 'x-qys-open-accesstoken: {{x-qys-open-accesstoken}}' \
--header 'x-qys-open-timestamp: {{x-qys-open-timestamp}}' \
--header 'x-qys-open-nonce: {{x-qys-open-nonce}}' \
--header 'x-qys-open-signature: {{x-qys-open-signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"contractId": "{{create_contractId}}",
"bizId": null,
"employee": {
"contact": "18435186216",
"contactType": "MOBILE"
},
"pass": true,
"comment": "同意"
}'
{
"code": 0,
"message": "SUCCESS"
}