Browse Source

充值到账

lizhen_gitee 3 years ago
parent
commit
2b86e27fbd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      application/admin/controller/Payment.php

+ 2 - 1
application/admin/controller/Payment.php

@@ -18,8 +18,9 @@ class Payment extends \think\Controller
             filePut('[payment][receive]异步回调开始:签名错误');
             return;
         }
+        filePut('[payment][receive]异步回调开始21');
         $data = $pay->verify();
-
+        filePut('[payment][receive]异步回调开始23');
         if($paytype == 'wechat'){
             $payamount = $data['total_fee'] / 100;
         }