From 6f370d5174ad719d8576c6563a3a9a7fa18c247e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 16 May 2025 17:13:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9F=A5=E8=AF=A2=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E6=98=AF=E5=90=A6=E5=AD=98=E5=9C=A8=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/Product/Index.cshtml | 2 +- Host/Views.Mobile/Product/ReBuyIndex.cshtml | 2 +- Host/Views/Product/Index.cshtml | 2 +- Host/Views/Product/ReBuyIndex.cshtml | 2 +- Host/Views/User/Api.cshtml | 57 +++++++++++++++++++++ 5 files changed, 61 insertions(+), 4 deletions(-) diff --git a/Host/Views.Mobile/Product/Index.cshtml b/Host/Views.Mobile/Product/Index.cshtml index 42f0df5..ece23d8 100644 --- a/Host/Views.Mobile/Product/Index.cshtml +++ b/Host/Views.Mobile/Product/Index.cshtml @@ -1162,7 +1162,7 @@ } } function onrecommend(id) { - if (id != 29 && id != 3 && id != 28 && id != 22 && id != 21 && id != 20 && id != 18 && id != 1 ) { + if (id != 29 && id != 26 && id != 3 && id != 28 && id != 22 && id != 21 && id != 20 && id != 18 && id != 1 ) { var lastClosedTime = localStorage.getItem('buyrecommend'); if (!lastClosedTime) { // 如果之前没有关闭时间记录,则显示提示框 diff --git a/Host/Views.Mobile/Product/ReBuyIndex.cshtml b/Host/Views.Mobile/Product/ReBuyIndex.cshtml index 25f4f27..c2f2bd1 100644 --- a/Host/Views.Mobile/Product/ReBuyIndex.cshtml +++ b/Host/Views.Mobile/Product/ReBuyIndex.cshtml @@ -212,7 +212,7 @@ } } var id = getUrlParam('productId') - if (id != 29 && id != 3 && id != 28 && id != 22 && id != 21 && id != 20 && id != 18 && id != 1 ) { + if (id != 29 && id != 26 && id != 3 && id != 28 && id != 22 && id != 21 && id != 20 && id != 18 && id != 1 ) { var lastClosedTime = localStorage.getItem('buyrecommend'); if (!lastClosedTime) { // 如果之前没有关闭时间记录,则显示提示框 diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml index 8ebe312..e850217 100644 --- a/Host/Views/Product/Index.cshtml +++ b/Host/Views/Product/Index.cshtml @@ -1541,7 +1541,7 @@ } function select(id) { - if (id != 3 && id != 29 && id != 28 && id != 22 && id != 21 && id != 20 && id != 18 && id != 1 ) { + if (id != 3 && id != 26 && id != 29 && id != 28 && id != 22 && id != 21 && id != 20 && id != 18 && id != 1 ) { var lastClosedTime = localStorage.getItem('buyrecommend'); if (!lastClosedTime) { // 如果之前没有关闭时间记录,则显示提示框 diff --git a/Host/Views/Product/ReBuyIndex.cshtml b/Host/Views/Product/ReBuyIndex.cshtml index bb25575..96edb93 100644 --- a/Host/Views/Product/ReBuyIndex.cshtml +++ b/Host/Views/Product/ReBuyIndex.cshtml @@ -584,7 +584,7 @@ } } var id = getUrlParam('productId') - if (id != 29 && id != 3 && id != 28 && id != 22 && id != 21 && id != 20 && id != 18 && id != 1 ) { + if (id != 29 && id != 26 && id != 3 && id != 28 && id != 22 && id != 21 && id != 20 && id != 18 && id != 1 ) { var lastClosedTime = localStorage.getItem('buyrecommend'); if (!lastClosedTime) { // 如果之前没有关闭时间记录,则显示提示框 diff --git a/Host/Views/User/Api.cshtml b/Host/Views/User/Api.cshtml index 7471ce3..c589beb 100644 --- a/Host/Views/User/Api.cshtml +++ b/Host/Views/User/Api.cshtml @@ -342,6 +342,63 @@ +
| apikey | +唯一key值 | +
| account | +账号(单账户或多账户 多账户用英文 , 隔开) | +
| Code | +10000 不存在/0 存在/其他 失败 | +|
| Message | +返回提示 | +|
| Data 返回信息 若存在(json) |
+ ProductName | +产品名称 | +
| PackageName | +产品套餐 | +|
| Account | +账号 | +|
| ConnectCount | +连接数 | +|
| StartTime | +开始时间 | +|
| EndTime | +结束时间 | +|