Browse Source

关闭回调金额验证

15954078560 2 years ago
parent
commit
4aafbe6fb1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Notify.php

+ 1 - 1
application/api/controller/Notify.php

@@ -21,7 +21,7 @@ class Notify extends Api
         $wxPay = new wxpay\WxPay();
         //验证是否是微信发送
         $flag = $wxPay->WxPayNotifyCheck();
-        error_log(print_r($flag, 1), 3, 'post.txt');
+//        error_log(print_r($flag, 1), 3, 'post.txt');
 
 //        LL($flag,'./log1.txt');
         //验证成功