Message List#
|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. |
| Message Status | status | Integer | Yes | Message Status: 1=read, 0=unread |
| Page | page | Integer | Yes | Page |
| Page size | limit | Integer | Yes | Page size |
|Response Data#
| Field | Parameter | Type | Description |
|---|
| Return code | code | Integer | 1:Success,-1:Error |
| Return message | msg | String | Response Message |
| Return Data | data | Object | Response Data |
|Response Demo#
{
"code": 1,
"msg": "ok",
"page": "1",
"pagesize": "10",
"count": 100,
"data": [
{
"id": "1213123",
"uid": "1xxxxx",
"lx": "0",
"zt": "1",
"bt": "【GNAME】 Domain name push accepted notice",
"nr": "Dear ID, 1xxxxx<br />Your account ID 1xxxxxx has successfully pushed the following domain name to user ID xxxxx.<br/><br/>exmaple.com<br/>exmaple2.com<br/><br >If it's not operated by yourself, maybe your account has been stolen, please contact us immediately!,<br/>Otherwise, you will take the risk at your own !",
"sj": "2021-01-29 20:29:59",
"ztstr": "Read",
"lxstr": "System reminder"
}
]
}
Modified at 2026-05-06 13:28:36