{
"companyName":"西街村食品有限公司",
"applicant":{
"name":"邓茜茜",
"contact":"19000009093",
"contactType":"MOBILE"
},
"callbackUrl":"http://www.qiyuesuo.com"
}
curl --location --request POST 'https://openapi.qiyuesuo.com/companyauth/pcpage' \
--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-pc/home?ticket=yr%2Bvoy9%2F7a6qyZPXY%2BV%2FwCSV7DhEc5SCdzUx8V0HXyKeHDk%2F9MaG4JLHJLqXl1Wb&closeButton=true",
"requestId": "bce56e83-1cf2-4aa4-99c7-b7528b7ded6d"
},
"code": 0,
"message": "SUCCESS"
}