Modify Domain Resolution#
Users modify domain resolution record informationNS Route List#
| Parameter | Value |
|---|
| Default | 0 |
| Search Engines | seo |
| Search Engines-Google | seo-google |
| Search Engines-Baidu | seo-baidu |
| Search Engines-Bing | seo-bing |
| Asia | asia |
| Chinese Mainland | asia-cn |
| Non Chinese Mainland | non-cn |
| Singapore | asia-sg |
| Europe | eu |
| America | na-usa |
|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 | jxid | Integer | Yes | domain record ID |
| domain | ym | String | Yes | domain |
| record type | lx | String | Yes | type: A, CNAME, MX, URL, TXT |
| host record | zj | String | Yes | host record |
| record value | jlz | String | Yes | record value |
| MX value | mx | Integer | No | 0, when lx=MX, set range 0-50 |
| TTL value | ttl | Integer | No | 600, set range 1-86400 |
| Router | xl | String | No | 0, default=0 |
|Request Demo#
{
"url": "{API_HOST}/api/resolution/edit",
"do": "POST",
"data": {
"appid": "testappid",
"gntime": 1618999554,
"jlz": "123.123.123.123",
"jxid": "123",
"lx": "A",
"ym": "example.com",
"zj": "www",
"gntoken": "BCAD244EEA467A8CC1CEC26785B3A723"
}
}
|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 | String | return the requested operation result data |
|Response Demo#
{
"code": 1,
"msg": "modify domain resolution successfully",
"data": ""
}
Modified at 2026-05-08 07:14:51