From 0a2600f9a68015cb98fe93463e334a9a8175cfee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 24 Apr 2025 10:15:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8C=8E=E8=B1=B9=E8=A7=A3=E9=99=A4=E5=B1=8F?= =?UTF-8?q?=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/product/controller/OpenAccountLimit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/product/controller/OpenAccountLimit.php b/app/product/controller/OpenAccountLimit.php index 1987309..16819b8 100644 --- a/app/product/controller/OpenAccountLimit.php +++ b/app/product/controller/OpenAccountLimit.php @@ -16,7 +16,7 @@ class OpenAccountLimit extends Controller $url = "http://rds-api.juip.com/api/agent/openIM/account/".$data['account']; } elseif ($data['productId'] == 29) { $url = "http://124.236.113.166:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account']; - } elseif ($data['productId'] == 3) { + } elseif ($data['productId'] == 3 || $data['productId'] == 26) { $url = "http://106.119.166.87:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account']; } linkcurl($url,'GET',[],[],0);