瀏覽代碼

关闭回调金额验证

15954078560 3 年之前
父節點
當前提交
1f55c1c47b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'] = '回调成功';