From 3ae85d46255a4f68a1bdf787ee6a7c0d6fe73c21 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 4 Sep 2023 14:00:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/JunziqianController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/JunziqianController.php b/app/api/controller/JunziqianController.php index 955b765fe..8d056227b 100644 --- a/app/api/controller/JunziqianController.php +++ b/app/api/controller/JunziqianController.php @@ -81,7 +81,7 @@ class JunziqianController extends BaseApiController } // $request->notifyUrl = env('url.url_prefix').'/notifyAuthentication?ids=22222'; $request->notifyUrl = env('url.url_prefix').'/notifyAuthentication?id='.$data['id']; - halt($request); + // halt($request); //发起创建企业请求 $response = $requestUtils->doPost("/v2/user/organizationCreate", $request); return $response;