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 @@ +
+

七、查询账号是否存在

+
接口地址:/api/account/acctExist?apikey=1232455165&account=test1231,123
+
请求方式:GET
+ + + + + + + + + + + + +
请求参数:
apikey唯一key值
account账号(单账户或多账户 多账户用英文 , 隔开)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
返回数据:
Code10000 不存在/0 存在/其他 失败
Message返回提示
Data
返回信息 若存在(json)
ProductName产品名称
PackageName产品套餐
Account账号
ConnectCount连接数
StartTime开始时间
EndTime结束时间
+
+