Sfoglia il codice sorgente

注释报错代码

sunxbiao 1 anno fa
parent
commit
2de1e42cef
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/controller/api/Notify.php

+ 2 - 2
app/controller/api/Notify.php

@@ -247,8 +247,8 @@ class Notify
247 247
                                             $yj_amount_90 = bcmul($pv, 0.05,2) * 0.9;
248 248
                                             $fgj_amount_10 = bcmul($pv, 0.05,2) * 0.1;//推广者的佣金抽10%到个人复购金
249 249
 
250
-                                            $yj_amount = $merchant_user_data['brokerage_price'] + $yj_amount_90;
251
-                                            $fgj_amount = $merchant_user_data['fugou'] + $fgj_amount_10;
250
+//                                            $yj_amount = $merchant_user_data['brokerage_price'] + $yj_amount_90;
251
+//                                            $fgj_amount = $merchant_user_data['fugou'] + $fgj_amount_10;
252 252
                                             $this->fugou_user_log($merchant_data['uid'],$fgj_amount_10,$store_order_data['order_id'],1);
253 253
 
254 254