diff --git a/Host/Views.Mobile/User/HttpLongterm.cshtml b/Host/Views.Mobile/User/HttpLongterm.cshtml
new file mode 100644
index 0000000..c0e0b5d
--- /dev/null
+++ b/Host/Views.Mobile/User/HttpLongterm.cshtml
@@ -0,0 +1,831 @@
+
+@{
+ Layout = "_UserLayout";
+}
+
+
+
\ No newline at end of file
diff --git a/Host/Views.Mobile/User/HttpPackageList.cshtml b/Host/Views.Mobile/User/HttpPackageList.cshtml
new file mode 100644
index 0000000..f73a37e
--- /dev/null
+++ b/Host/Views.Mobile/User/HttpPackageList.cshtml
@@ -0,0 +1,745 @@
+
+@{
+ Layout = "_UserLayout";
+}
+
+
+
短效套餐
+
+
+
+
+
+
+
+
+
+ 套餐类型
+ 当日可用ip数量(个)
+ 有效时长
+ 过期时间
+ 是否过期
+ 续费
+
+
+
+
+ {{item.name}}
+ {{item.remainingAmount}}
+ {{item.durationType}}
+ {{item.expireTime}}
+ {{item.isExpired}}
+ 续费
+ 不支持续费
+
+
+
+
+
+
+
+
+
+
+ 订单号
+ 订单类型
+ 套餐类型
+ 有效时长
+ 支付金额
+ 支付时间
+ 再次购买
+
+
+
+
+ {{item.order_no}}
+ {{item.order_type}}
+ {{item.package_type}}
+ {{item.durationType}}
+ {{item.money}}
+ {{item.create_time}}
+ 再次购买
+
+
+
+
+
+
+
+
+
+ 请选择提取类型
+
+
+
+ ({{item.id}}){{item.name}}
+
+
+
+
+
+ 提取数量
+
+
+ 个IP 单次可提取最大数量 200 个
+
+
+
+
+
+
+
+
+
+
+
+
+
+ IP去重
+
+
+
+ 严格去重
+
+
+ 不去重
+
+
+
+ 不去重
+
+
+
+
+
+
+
+
+
+ 生成API链接
+
+
+
{{api_link}}
+
复制链接
+
打开链接
+
+
+
+ 请求参数注释
+
+
+ 名称
+ 类型
+ 必选
+ 说明
+
+
+ pt int 是 套餐类型,0或12-储值套餐,21-短效包天,22-短效包量,23-短效无限量,29-终身免费VIP套餐,31-长效套餐 num int 是 提取IP数量 gt int 否 提取时长 0-默认 1-1分钟以上 2-2分钟以上 3-3分钟以上 4-4分钟以上 regions string 否 多个用英文逗号换行,不传表示随机 isp int 是 0:不限 4:联通 2:电信 port int 是 IP协议 1:HTTP 2:SOCK5 time int 否 有效时长 1-0.1至1分钟 5-1至5分钟 25-5至25分钟 180-25至180分钟 360-3至6小时 type int 否 数据格式:1:TXT 2:JSON 3:html pack int 否 用户套餐ID ts int 否 是否显示IP过期时间: 1显示 0不显示 lb int 否 换行符(1:\r\n 2:/br 3:\r 4:\n 5:\t 6 :自定义) clb string 否 自定义换行符 sp int 否 分隔符(1:竖线| 2:斜线/ 3:冒号 6 :自定义) csp string 否 自定义分隔符 distinct int 否 去重选择(2:严格去重。0:不去重) aw int 否 是否将调用者自动添加到IP白名单(0:不自动添加。1:自动添加) at int 否 鉴权模式 1-白名单,2-白名单+账密严格鉴权,3-仅账密鉴权(无限量不可用)
+
+
+
返回结果示例
{ "code":0, "msg":"提示信息", "success":true, "data":[ { "ip":"49.68.68.197", //隧道ip (代理ip) "port":33220, // 代理端口 "expireTime":"2019-05-24 08:58:31" }, { "ip":"58.218.201.108", //隧道ip (代理ip) "port":2690, // 代理端口 "expireTime":"2019-05-24 08:55:31" } ] }
+
+
+ 请求参数注释
+ 名称 类型 说明 success bool 是否成功 code int 0表示成功,其他参见《错误代码》表 ip string IP port int 端口号
+
+
+
+
+ 请求参数注释
+ 错误编码 错误提示 说明 code:111 请在1秒后再次请求 提取链接请求太过频繁,超出限制 code:113 请将192.168.0.0设置为白名单! 白名单未添加/白名单掉了 code:114 余额不足 账户金额消耗完毕 code:115 请更换地区等条件重新生成api链接地址 没有资源或没有符合条件的数据 code:116 您的套餐今日已到达上限! 套餐内IP数量消耗完毕 code:117 您的套餐pack传参有误!请检测您现在的ip是否在套餐所在账户! 检测本地白名单是不是在账户下 code:118 您的账户异常,请联系客服! 账户处于被禁用状态 code:121 您的该套餐已经过期了! 套餐过期 code:401 IP:1.1.1.1:2000 Authentication failed! 白名单错误/使用的IP已经过期 code:403 Sorry!The site has been banned! 客户目标网站异常,联系客服处理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
购买时长:
+
+ -
+ {{rebuy_data.periodAmount}}{{order_time_type}}
+ +
+
+
+
+
+
+
+
+
价格:¥{{order_info.money}}
+ 实付¥{{order_info.money}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Host/Views.Mobile/User/HttpRecharge.cshtml b/Host/Views.Mobile/User/HttpRecharge.cshtml
new file mode 100644
index 0000000..fea3672
--- /dev/null
+++ b/Host/Views.Mobile/User/HttpRecharge.cshtml
@@ -0,0 +1,58 @@
+
+@{
+ Layout = "_UserLayout";
+}
+
+
+ HTTP 充值记录
+
+
+ 交易时间
+ 充值H币
+ 充值渠道
+ 支付金额
+
+
+
+
+ {{info.create_time}}
+ {{info.ju_money}}
+ {{info.pay_type }}
+ {{info. pay_money }}
+
+
+
+
+
\ No newline at end of file
diff --git a/Host/Views.Mobile/User/HttpUseHistory.cshtml b/Host/Views.Mobile/User/HttpUseHistory.cshtml
new file mode 100644
index 0000000..cfae82a
--- /dev/null
+++ b/Host/Views.Mobile/User/HttpUseHistory.cshtml
@@ -0,0 +1,149 @@
+
+@{
+ Layout = "_UserLayout";
+}
+
+
+
使用记录
+
+
+
包天包量使用概况
+
+
+
+
当日使用IP数量 {{used_data.todayShortPackIpUsed}} 个
+
+
+
+
+
+
+
累计使用IP数量 {{used_data.shortPackIpUsed}} 个
+
+
+
+
+
+
+
明细 最多允许查看72小时内记录 (短效无限量套餐暂无记录)
+
+
+ 短效包天套餐
+ 短效包量套餐
+
+
+
+
+
+
+ 使用类型
+ 客户端IP
+ 使用IP
+ 端口号
+ 使用时间
+
+
+
+
+ {{item.packType}}
+ {{item.userIp}}
+ {{item.ip}}
+ {{item.port}}
+ {{item.createTime}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Host/Views.Mobile/User/HttpWhiteIp.cshtml b/Host/Views.Mobile/User/HttpWhiteIp.cshtml
new file mode 100644
index 0000000..9afe291
--- /dev/null
+++ b/Host/Views.Mobile/User/HttpWhiteIp.cshtml
@@ -0,0 +1,146 @@
+
+@{
+ Layout = "_UserLayout";
+}
+
+
+
+
+ 保存
+
+
+
当前白名单列表 当前仅允许保留白名单数量:5个
+
+
+
+
+ IP地址
+ 设置时间
+ 锁定状态
+ 操作
+
+
+
+
+ {{item.id}}
+ {{item.ip}}
+ {{item.createTime}}
+ {{item.isLocked}}
+
+ 锁定
+ 解锁
+ 删除
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Host/Views.Mobile/User/Index.cshtml b/Host/Views.Mobile/User/Index.cshtml
index 85fbed2..6f421c8 100644
--- a/Host/Views.Mobile/User/Index.cshtml
+++ b/Host/Views.Mobile/User/Index.cshtml
@@ -18,6 +18,16 @@
退货订单
我的优惠券
提现管理
+
HTTP充值记录
+
+ 短效套餐
+
+ 长效管理
+
+ 使用记录
+
+ 白名单设置
+
金桥投屏
\ No newline at end of file