transfer
This commit is contained in:
parent
c839279dde
commit
6c3e21b665
@ -697,7 +697,7 @@ class EarningController extends Controller
|
|||||||
];
|
];
|
||||||
|
|
||||||
$body = $request->all();
|
$body = $request->all();
|
||||||
Log::info($request->getContent());
|
Log::info("请求体", ["body" => $request->getContent()]);
|
||||||
Log::info("请求头", ["headers" => $headers]);
|
Log::info("请求头", ["headers" => $headers]);
|
||||||
Log::info("请求体", ["body" => $body]);
|
Log::info("请求体", ["body" => $body]);
|
||||||
$options = [
|
$options = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user