{
"oauthCode": "string",
"smsCode": "string"
}
curl --location --request POST '/sapi/sysuser/oauth/verifyTwo' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"oauthCode": "string",
"smsCode": "string"
}'
{
"result": {
"userId": {},
"token": "string",
"refreshToken": "string",
"entId": "string",
"needVerifyTwo": true,
"type": 0,
"accessTokenExpiryTime": 0,
"refreshTokenExpiryTime": 0
},
"msg": "string",
"code": 0,
"guid": "string",
"status": 0
}