Set Default Template#
Set the default domain template for the account|Request URL#
/api/template/set_default
|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. |
| Template Id | id | Integer | Yes | - |
|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 |
|Response Demo#
{
"code": 1,
"msg": "Success",
"data": ""
}