diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index 079ddbef..2df4e11b 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -1355,7 +1355,8 @@ class Auth extends BaseController //同步商户状态信息 public function merchantStatus($id) { - Log::info("接收到同步商户状态HOST:" . request()->url()); + 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('数据不存在');