邮箱详情
/api/cps/mailbox
POST
| 字段 | 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
| APPID | appid | String | 是 | API应用Id |
| 时间戳 | gntime | String | 是 | 当前UNIX时间戳 |
| 签名 | gntoken | String | 是 | 签名字符串,参考 签名算法 |
| 请求指令 | do | String | 是 | v1/record/detail |
| 邮箱ID | id | Integer | 是 | 12345 |
| 字段 | 参数 | 类型 | 说明 |
|---|---|---|---|
| 返回码 | code | Integer | 1:返回成功 -1:返回失败 |
| 返回说明 | msg | String | 返回请求操作的说明 |
| 返回数据 | data | Object | 返回请求操作结果数据 |
{
"code": 1,
"data": {
"id": "1554",
"user_id": "1xxxx",
"product_id": "3",
"name": "M3xxxxx",
"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": "xxxxxx",
"buy_time": "2025-11-07 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": null,
"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折"
}
],
"dns_record_info": null,
"base_storage_addon": "5",
"storage_addon_size": "5",
"price_info": {
"storage_addon_price_data": [
{
"min": 1,
"max": 20,
"value": "10.00"
},
{
"min": 21,
"max": 50,
"value": "8.00"
},
{
"min": 51,
"max": 100,
"value": "6.00"
},
{
"min": 101,
"max": 200,
"value": "4.00"
},
{
"min": 201,
"max": "-",
"value": "3.00"
}
],
"current_storage_addon_price_data": [
{
"min": 1,
"max": 20,
"value": "5.00"
},
{
"min": 21,
"max": 50,
"value": "4.00"
},
{
"min": 51,
"max": 100,
"value": "3.00"
},
{
"min": 101,
"max": 200,
"value": "2.00"
},
{
"min": 201,
"max": "-",
"value": "1.50"
}
],
"storage_addon_price": "10.00",
"current_storage_addon_price": "5.00",
"account_price": "2.00",
"current_account_price": "1.00",
"rate": "0.50"
}
},
"requestid": "20251107-031415-4964-5877",
}