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 | +结束时间 | +|