更新保证金接口
This commit is contained in:
parent
c386ac7b08
commit
cc97367681
@ -590,7 +590,7 @@ class WechatService
|
||||
$this->application->payment = new PaymentService($this->application->merchant);
|
||||
//TODO 微信支付
|
||||
return $this->application->payment->handleNotify(function ($notify, $successful) {
|
||||
Log::info('微信支付成功回调' . var_export($notify, 1));
|
||||
Log::info('微信支付成功回调000' . var_export($notify, 1));
|
||||
if (!$successful) return false;
|
||||
Log::info('微信支付成功回调111' . var_export($notify, 1));
|
||||
try {
|
||||
@ -606,7 +606,7 @@ class WechatService
|
||||
public function handleNotifyV3()
|
||||
{
|
||||
return $this->application->v3Pay->handleNotify(function ($notify, $successful) {
|
||||
Log::info('微信支付成功回调' . var_export($notify, 1));
|
||||
Log::info('微信支付成功回调0' . var_export($notify, 1));
|
||||
if (!$successful) return false;
|
||||
Log::info('微信支付成功回调222' . var_export($notify, 1));
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user