Browse Source

关闭回调金额验证

15954078560 2 năm trước cách đây
mục cha
commit
62deb6be59
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();