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 | Type | Description |
|---|
| record ID of transfer out | id | Integer | 5 |
| transfer out domain | ym | String | mia****com |
| domain auth code | code | String | VDj4ddEvBsRrZxBs |
|Response Demo#
{
"code": 1,
"msg": "OK",
"data": {
"id": "5",
"ym": "gn****com",
"code": "authcode"
}
}
Modified at 2026-05-07 08:29:27