This commit is contained in:
Hankin 2026-04-27 09:28:35 +08:00
parent 6c3e21b665
commit 8dea0e2caf

View File

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