Browse Source

关闭回调金额验证

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

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

@@ -144,7 +144,7 @@ class Notify extends Api
                             }
                         }
                     }
-                    if ($rs != 1 && $invite_coupon_rs) {
+                    if ($rs == 1 && $invite_coupon_rs) {
                         Db::commit();
                     } else {
                         Db::rollback();