transfer
This commit is contained in:
parent
2aec0ff400
commit
c6e67d8351
@ -696,7 +696,7 @@ class EarningController extends Controller
|
||||
'wechatpay-serial' => $_SERVER['HTTP_WECHATPAY_SERIAL'] ?? '',
|
||||
];
|
||||
|
||||
$body = file_get_contents('php://input');
|
||||
$body = $request->all();
|
||||
Log::info("请求头", ["headers" => $headers]);
|
||||
Log::info("请求体", ["body" => $body]);
|
||||
$options = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user