{
"contractId": 2918470566249766948,
"bizId": null,
"user": {
"contact": "15021504325",
"contactType": "MOBILE"
}
}
curl --location --request POST 'https://openapi.qiyuesuo.com/v2/contract/pageurl' \
--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": 2918470566249766948,
"bizId": null,
"user": {
"contact": "15021504325",
"contactType": "MOBILE"
}
}'
{
"result": {
"pageUrl": "https://cloudapi.qiyuesuo.me/contract/share/3053174206079459711?openPageToken=60e74568-3618-411f-8a4f-949971b05e5b"
},
"code": 0,
"message": "SUCCESS"
}