{
"mode":"DEFAULT",
"user":{
"contact":"19000009093",
"contactType":"MOBILE"
},
"username":"jack",
"callbackUrl":"http://www.baidu.com"
}
curl --location --request POST 'https://openapi.qiyuesuo.com/v2/personalauth' \
--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 '{
"mode":"DEFAULT",
"user":{
"contact":"19000009093",
"contactType":"MOBILE"
},
"username":"jack",
"callbackUrl":"http://www.baidu.com"
}'
{
"result": {
"authUrl": "https://auth.qiyuesuo.me?ticket=YSNcRjAub272oM%2FsNSnFUQwlnHqPSHbcDet5b3ZNVD291ZzlNk3yNM2MmTIfOnLk&channel=OPEN_V2",
"authId": "efa2b4fb-d083-4f8b-adf2-120d8035cc84"
},
"code": 0,
"message": "SUCCESS"
}