{
"companyName":"西街村食品有限公司",
"applicant":{
"name":"邓茜茜",
"contact":"19000009093",
"contactType":"MOBILE"
},
"callbackUrl":"http://www.qiyuesuo.com"
}
curl --location --request POST 'https://openapi.qiyuesuo.com/companyauth/h5page' \
--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 '{
"companyName":"西街村食品有限公司",
"applicant":{
"name":"邓茜茜",
"contact":"19000009093",
"contactType":"MOBILE"
},
"callbackUrl":"http://www.qiyuesuo.com"
}'
{
"result": {
"authUrl": "https://auth.qiyuesuo.me/enterprise-m/home?ticket=8R1vGHjPB0gVOnEF6SQsQuFmWtUdxjgBB8YS6Hf7tarqd3rcLya8v0ir6bGdB3XB",
"requestId": "7948d465-53ec-4e5f-b077-94f437cddc73"
},
"code": 0,
"message": "SUCCESS"
}