From 900c68f02d87af35ecc1d3d6e0a1433376b11451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 28 Sep 2024 13:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=98=91=E8=8F=87=E7=9A=84?= =?UTF-8?q?=E8=A7=A3=E9=99=A4=E9=99=90=E5=88=B6?= 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 c91fd11..d64b5ca 100644 --- a/app/product/controller/OpenAccountLimit.php +++ b/app/product/controller/OpenAccountLimit.php @@ -13,7 +13,7 @@ class OpenAccountLimit extends Controller } // dump($data);die; if ($data['productId'] == 18) { - $url = "http://rds-api.juip.com/api/agent/openIM/account/".$data['account']; + $url = "http://124.236.113.166:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account']; } elseif ($data['productId'] == 29) { $url = "http://124.236.113.166:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account']; }