From 27241d8d8152605ca2090ac66668d10f0d9f49a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 14 Oct 2024 10:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=98=91=E8=8F=87=E8=A7=A3?= =?UTF-8?q?=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 d64b5ca..c91fd11 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://124.236.113.166:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account']; + $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']; }