Quellcode durchsuchen

处理多次回调问题

hefei vor 1 Jahr
Ursprung
Commit
ddd4e5f177
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      app/controller/api/Notify.php

+ 1 - 0
app/controller/api/Notify.php

@@ -128,6 +128,7 @@ class Notify
128
                                 Db::name('log')->insert(['data'=>'汇付支付撤销返回结果:'.json_encode($hf_refund_res)]);
128
                                 Db::name('log')->insert(['data'=>'汇付支付撤销返回结果:'.json_encode($hf_refund_res)]);
129
                                 break;
129
                                 break;
130
                             }
130
                             }
131
+                            if($group_order['paid'] == 1) break;
131
                             $post_data_str['expend']['open_id'] = $post_data_str['expend']['open_id'] ?? '';
132
                             $post_data_str['expend']['open_id'] = $post_data_str['expend']['open_id'] ?? '';
132
 
133
 
133
                             //start
134
                             //start