diff --git a/app/Http/Controllers/WechatPayController.php b/app/Http/Controllers/WechatPayController.php index 752438a..f15292b 100644 --- a/app/Http/Controllers/WechatPayController.php +++ b/app/Http/Controllers/WechatPayController.php @@ -57,6 +57,7 @@ class WechatPayController extends Controller ]; $body = $request->all(); // $body = json_encode($body, JSON_UNESCAPED_UNICODE); + Log::info("请求体", ["body" => $request->getContent()]); Log::info("请求头", ["headers" => $headers]); Log::info("请求体", ["body" => $body]); $res = WechatPayService::mchTransferCallback($headers, $body);