{
"contractId": "2954298000014311991",
"bizId": null,
"callbackPage": null
}
curl --location --request POST 'https://openapi.qiyuesuo.com/v2/contract/appointurl' \
--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": "2954298000014311991",
"bizId": null,
"callbackPage": null
}'
{
"result": {
"pageUrl": "https://cloudapi.qiyuesuo.me/contract/share/3053174206079459711?openPageToken=aadf8c25-a89d-4b21-9ab6-350dfcf31bf1&pageType=APPOINT"
},
"code": 0,
"message": "SUCCESS"
}