This commit is contained in:
Hankin 2026-04-24 17:41:52 +08:00
parent 2aec0ff400
commit c6e67d8351

View File

@ -696,7 +696,7 @@ class EarningController extends Controller
'wechatpay-serial' => $_SERVER['HTTP_WECHATPAY_SERIAL'] ?? '', 'wechatpay-serial' => $_SERVER['HTTP_WECHATPAY_SERIAL'] ?? '',
]; ];
$body = file_get_contents('php://input'); $body = $request->all();
Log::info("请求头", ["headers" => $headers]); Log::info("请求头", ["headers" => $headers]);
Log::info("请求体", ["body" => $body]); Log::info("请求体", ["body" => $body]);
$options = [ $options = [