From f111afb1059214093a6309e5136191092abcb54a Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Wed, 13 Sep 2023 20:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95=E7=94=B5?= =?UTF-8?q?=E5=AD=90=E5=90=88=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index 898f4336..5b9a336b 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -1355,7 +1355,6 @@ class Auth extends BaseController public function merchantStatus($id) { Log::info("接收到同步商户状态HOST:" . request()->url()); - Log::info("接收到同步商户状态信息:" . json_encode($this->request)); $repository = app()->make(MerchantIntentionRepository::class); if (!$repository->getWhereCount(['mer_intention_id' => $id, 'is_del' => 0])) return app('json')->fail('数据不存在');