Browse Source

关闭回调金额验证

15954078560 3 years ago
parent
commit
1f55c1c47b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Notify.php

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

@@ -152,7 +152,7 @@ class Notify extends Api
                     }
                 }
 
-                $PayResult->where($where)->save($_data);
+                $PayResult->where($where)->setField($_data);
 
                 $r_arr['return_code'] = 'SUCCESS';
                 $r_arr['return_msg'] = '回调成功';