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('数据不存在');