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. |
| domain | ym | String | Yes | domain resolution |
| resolution id | jxid | Integer | Yes | domain resolution ID |
{
"url": "http://api.gname.net/api/resolution/info",
"do": "POST",
"data": {
"appid": "testappid",
"gntime": 1618999596,
"jxid": "123",
"ym": "gname.com",
"gntoken": "4AC60F2CF918BDEA4DBAB9004D062234"
}
}| 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 |
|---|---|---|---|
| resolution ID | id | Integer | 196 |
| domain | ym | String | qingdaoguidao.com |
| host header | zjt | String | cccc |
| resolution type | lx | String | A |
| resolution value | jxz | String | 127.0.0.2 |
| MX value | mx | Integer | 0 |
| circuit | xlid | Integer | 0 |
| updating time | gxsj | Integer | 1597405520 |
| status code | zt | Integer | 1 normal, 2 disable |