transfer
This commit is contained in:
parent
2d9c5ec924
commit
32990be24b
@ -56,6 +56,8 @@ class WechatPayController extends Controller
|
|||||||
'wechatpay-serial' => $_SERVER['HTTP_WECHATPAY_SERIAL'] ?? '',
|
'wechatpay-serial' => $_SERVER['HTTP_WECHATPAY_SERIAL'] ?? '',
|
||||||
];
|
];
|
||||||
$body = file_get_contents('php://input');
|
$body = file_get_contents('php://input');
|
||||||
|
Log::info("请求头", ["headers" => $headers]);
|
||||||
|
Log::info("请求体", ["body" => $body]);
|
||||||
$res = WechatPayService::mchTransferCallback($headers, $body);
|
$res = WechatPayService::mchTransferCallback($headers, $body);
|
||||||
Log::info("解密数据", ["data" => $res]);
|
Log::info("解密数据", ["data" => $res]);
|
||||||
return $this->success("ok", $res);
|
return $this->success("ok", $res);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user