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;