This commit is contained in:
Hankin 2026-04-24 18:00:50 +08:00
parent c6e67d8351
commit c839279dde

View File

@ -697,6 +697,7 @@ class EarningController extends Controller
]; ];
$body = $request->all(); $body = $request->all();
Log::info($request->getContent());
Log::info("请求头", ["headers" => $headers]); Log::info("请求头", ["headers" => $headers]);
Log::info("请求体", ["body" => $body]); Log::info("请求体", ["body" => $body]);
$options = [ $options = [