transfer
This commit is contained in:
parent
70cbdf51b3
commit
9a9f676907
@ -57,6 +57,7 @@ class WechatPayController extends Controller
|
|||||||
];
|
];
|
||||||
$body = $request->all();
|
$body = $request->all();
|
||||||
// $body = json_encode($body, JSON_UNESCAPED_UNICODE);
|
// $body = json_encode($body, JSON_UNESCAPED_UNICODE);
|
||||||
|
Log::info("请求体", ["body" => $request->getContent()]);
|
||||||
Log::info("请求头", ["headers" => $headers]);
|
Log::info("请求头", ["headers" => $headers]);
|
||||||
Log::info("请求体", ["body" => $body]);
|
Log::info("请求体", ["body" => $body]);
|
||||||
$res = WechatPayService::mchTransferCallback($headers, $body);
|
$res = WechatPayService::mchTransferCallback($headers, $body);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user