Users add DNS
/api/dns/add
Field | Parameter | Type | Required | Description |
---|---|---|---|---|
DNS | dns | String | Yes | separate by commas |
remark | sm | String | Yes | DNS remark description |
Field | Parameter | Type | Description |
---|---|---|---|
return code | code | Int | 1:return successfully -1:return failed |
return description | msg | String | description of the return request operation |
return data | data | Int | record id of added DNS |
{ "code": 1, "msg": "add dns successfully", "data": 48 }
Copyright© 2023 GNAME.COM. All rights reserved. Legal Statement | Privacy Policy