callback
This commit is contained in:
parent
1f1d2d26d5
commit
1019889dfd
@ -60,7 +60,6 @@ class WechatPayController extends Controller
|
||||
Log::info("请求头", ["headers" => $headers]);
|
||||
Log::info("请求体", ["body" => $body]);
|
||||
$res = WechatPayService::mchTransferCallback($headers, $body);
|
||||
dd($res);
|
||||
if (empty($res)) {
|
||||
return $this->failure("回调失败");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user