curl --location --request GET 'https://openapi.qiyuesuo.com/companyauth/result' \ --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}}'
{ "result": { "status": -1 }, "code": 0, "message": "SUCCESS" }