| 1 | 未绑定 |
| 2 | 退订中 |
| 3 | 撤回中 |
| 4 | 验证中 |
| 5 | 续费中 |
| 6 | 正常 |
| 7 | 已过期 |
/api/cps/mailbox
POST
| 字段 | 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
| APPID | appid | String | 是 | API应用Id |
| 时间戳 | gntime | String | 是 | 当前UNIX时间戳 |
| 签名 | gntoken | String | 是 | 签名字符串,参考 签名算法 |
| 请求指令 | do | String | 是 | v1/record/list |
| 关键词 | sou | String | 是 | 邮箱编号或绑定域名 |
| 发件IP类型 | ip_type | String | 是 | system,system=共享IP,exclusive=独享IP |
| 状态 | email_status | Integer | 是 | 1 |
| 页数 | page | Integer | 是 | 1 |
| 每页数量 | limit | Integer | 是 | 20 |
| 字段 | 参数 | 类型 | 说明 |
|---|---|---|---|
| 返回码 | code | Integer | 1:返回成功 -1:返回失败 |
| 返回说明 | msg | String | 返回请求操作的说明 |
| 返回数据 | data | Object | 返回请求操作结果数据 |
{
"code": 1,
"data": [
{
"id": "1554",
"user_id": "1xxxxx",
"product_id": "3",
"name": "M30286499",
"product_type": "1",
"product_type_str": "标准版",
"domain": "",
"account_num": "1",
"account_used": "0",
"storage_addon_num": "0",
"storage_addon_used": "0",
"pay_way": "1",
"pay_long": "12",
"remark": "",
"buy_time": "2025-11-01 02:58:13",
"bind_time": "",
"verify_time": "",
"expire_time": "",
"expire_timestamp": "",
"expire_info": {
"year": 0,
"month": 0,
"day": 0
},
"check_status": "1",
"reason": "",
"bind_status": "1",
"bind_status_str": "未绑定",
"status": "1",
"status_str": "正常",
"is_cancel": 1,
"is_recall": 0,
"is_renew": 0,
"is_expire": 0,
"is_add_account": 0,
"is_add_storage_addon": 0,
"email_status": 1,
"email_status_str": "未绑定",
"scene": "normal",
"type": "1",
"webmail_url": "https://www.share-email.com",
"is_suspend": 1,
"auto_add_dns": "0",
"support_proxy": 1,
"pool_limit": "0",
"xf_periods": [],
"xf_price": "0",
"xf_period_name": "",
"month_list": [
{
"rate": "1.00",
"value": 3,
"pay_way": 1,
"pay_long": 3,
"title": "3个月",
"discount_desc": ""
},
{
"rate": "1.00",
"value": 6,
"pay_way": 1,
"pay_long": 6,
"title": "6个月",
"discount_desc": ""
},
{
"rate": "1.00",
"value": 9,
"pay_way": 1,
"pay_long": 9,
"title": "9个月",
"discount_desc": ""
},
{
"rate": "0.9",
"value": 12,
"pay_way": 2,
"pay_long": 1,
"title": "1年",
"discount_desc": "9折"
},
{
"rate": "0.8",
"value": 24,
"pay_way": 2,
"pay_long": 2,
"title": "2年",
"discount_desc": "8折"
},
{
"rate": "0.7",
"value": 36,
"pay_way": 2,
"pay_long": 3,
"title": "3年",
"discount_desc": "7折"
}
],
"base_storage_addon": "5",
"product_name": "标准版",
"act_status": "1",
"ip_info": {
"type_text": "共享IP池",
"type": "pool",
"ip": "1.2.3.4",
"ipaddress_id": "26",
"expire_time": null,
"expire_timestamp": -1,
"ava_send_quota": 0,
"ava_send_quota_text": "0",
"total_send_quota": 0,
"total_send_quota_text": "0",
"used_send_quota": 0,
"used_send_quota_text": "0",
"can_renew": 0
}
}
],
"count": 1,
"requestid": "20251107-030150-6180-7813"
}