FrontToken: ********************{
"userName": "string",
"password": "string",
"smsCode": "string",
"uuid": "string",
"phone": "string",
"id": "string",
"agentId": "string",
"promoteId": "string",
"utmSource": "string",
"type": "string",
"userId": "string",
"userKey": "string",
"cookieId": "string",
"wxParams": {
"property1": "string",
"property2": "string"
},
"userSource": "string",
"openId": "string",
"noLogin30": "string",
"channelUserId": "string",
"channelUserName": "string",
"clientType": "string",
"code": "string",
"state": "string",
"loginWay": "AUTH",
"phoneSkip": true,
"verificationCode": "string",
"thirdPartyUserId": "string",
"redirectUri": "string",
"confirmReplaceBind": true,
"confirmBind": true
}curl --location --request POST '/front/login/oauth//callback' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "string",
"password": "string",
"smsCode": "string",
"uuid": "string",
"phone": "string",
"id": "string",
"agentId": "string",
"promoteId": "string",
"utmSource": "string",
"type": "string",
"userId": "string",
"userKey": "string",
"cookieId": "string",
"wxParams": {
"property1": "string",
"property2": "string"
},
"userSource": "string",
"openId": "string",
"noLogin30": "string",
"channelUserId": "string",
"channelUserName": "string",
"clientType": "string",
"code": "string",
"state": "string",
"loginWay": "AUTH",
"phoneSkip": true,
"verificationCode": "string",
"thirdPartyUserId": "string",
"redirectUri": "string",
"confirmReplaceBind": true,
"confirmBind": true
}'{
"code": 0,
"msg": "string",
"data": {},
"error": true,
"success": true
}