From 8ba12f0c0dacadf0470cebb70a62f24b4dbe3d55 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Tue, 19 Sep 2023 13:41:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BA=97=E9=93=BA=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index ffdbacb5..f2a9db62 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -1357,8 +1357,8 @@ class Auth extends BaseController public function merchantStatus($id) { // business_status 交易申请状态:0未申请 1申请中 2申请通过 3申请拒绝 - Log::info("同步商户交易申请状态HOST:" . request()->host() . request()->url()); - Log::info("同步商户交易申请状态数据:" . json_encode(request()->param())); + Log::info("同步商户申请状态HOST:" . request()->host() . request()->url()); + Log::info("同步商户申请状态数据:" . json_encode(request()->param())); $repository = app()->make(MerchantIntentionRepository::class); if (!$repository->getWhereCount(['mer_intention_id' => $id, 'is_del' => 0])) return app('json')->fail('数据不存在');