{ "type": "string", "areaCode": "string", "nsrsbh": "string", "cookie": "string" }
curl --location --request POST '/v2/public/login/ext/uploadToken' \ --header 'access_token: {{access_token}}' \ --header 'req_date: {{req_date}}' \ --header 'req_sign: {{req_sign}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "string", "areaCode": "string", "nsrsbh": "string", "cookie": "string" }'
{ "code": "2000", "message": "成功", "data": { "valid": true, "errorCode": "2000", "errorMsg": "" } }