From 55156b50a2294e9f6449209136f59fd3800f6ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 9 Jul 2024 16:00:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=BC=80=E9=80=9Aim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/product/controller/OpenAccountLimit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/product/controller/OpenAccountLimit.php b/app/product/controller/OpenAccountLimit.php index 4c9b3d7..c3bbaee 100644 --- a/app/product/controller/OpenAccountLimit.php +++ b/app/product/controller/OpenAccountLimit.php @@ -17,6 +17,7 @@ class OpenAccountLimit extends Controller } elseif ($data['productId'] == 29) { $url = "http://124.236.113.166:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account']; } + linkcurl($url,'GET',[],[],0) echo json_encode(['Code'=>30000,]); } }