Obtain Auth Code
Request URL
Request Method
Request Parameter
Field |
Parameter |
Type |
Required |
Description |
APPID |
appid |
String |
Yes |
Application Client Id |
Timestamp |
gntime |
String |
Yes |
The current UNIX timestamp |
Signature |
gntoken |
String |
Yes |
Signature string. For details, please refer to the Signature Method page. |
record ID of transfer out |
id |
Integer |
Yes |
record ID of transfer out |
Response Data
Field |
Parameter |
Type |
Description |
return code |
code |
Integer |
1:return successfully -1:return failed |
return description |
msg |
String |
description of the return request operation |
return data |
data |
Object |
return the requested operation result data |
Return Data
Field |
Parameter |
Description |
record ID of transfer out |
id |
5 |
transfer out domain |
ym |
mia****com |
domain auth code |
code |
VDj4ddEvBsRrZxBs |
Response Demo
{
"code": 1,
"msg": "OK",
"data": {
"id": "5",
"ym": "mia****com",
"code": "VDj4ddEvBsRrZxBs"
}
}