{
"companyName":"百草味",
"applicant":{
"name":"邓茜茜",
"contact":"15021504325",
"contactType":"MOBILE"
}
}
curl --location --request POST 'https://openapi.qiyuesuo.com/v2/company/changeinfo' \
--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":"15021504325",
"contactType":"MOBILE"
}
}'
{
"result": {
"authUrl": "https://auth.qiyuesuo.me/enterprise-pc/home?ticket=%2FHMF%2BCvXsXjhA%2Bjg%2Bve2CCab%2BrP9LRKRqjCq8Jy5m1vcFDjiN%2FfdO7SOJhx3rmDg"
},
"code": 0,
"message": "SUCCESS"
}