Add DNS#
|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. |
| DNS | dns | String | Yes | separate by commas |
| remark | sm | String | Yes | DNS remark description |
|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 | Integer | record id of added DNS |
|Response Demo#
{
"code": 1,
"msg": "add dns successfully",
"data": 48
}
Modified at 2026-05-08 08:31:29