This document is generated by Gname.com.
| 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 in domain | id | Integer | Yes | record ID of transfer in domain |
| 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 |
| Field | Parameter | Type | Description |
|---|---|---|---|
| transfer in id | id | Integer | 639 |
| transfer in status | zt | Integer | 0=Pending, 1=Success, 2=Error, 3=Failure, 9=Pending |
| transfer in domain | ym | String | yiwanmy.com |
| transfer in amount | qian | Float | 9.52 |
| submission time | sj | String | 2020-08-14 11:49:24 |
| user id | uid | Integer | 1004 |
| status description | ztstr | String | pending |
{
"code": 1,
"msg": "OK",
"data": {
"id": "639",
"zt": "0",
"ym": "yiwanmy.com",
"qian": "9.52",
"sj": "2020-08-14 11:49:24",
"uid": "1004",
"ztstr": "pending"
}
}