Kaynağa Gözat

Merge branch 'master' of https://git.bjtdba.com/shop/php

hefei 1 yıl önce
ebeveyn
işleme
3a4b2c6b71
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/controller/api/Notify.php

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

@@ -902,7 +902,7 @@ class Notify
902 902
                                         //消费积分日志
903 903
                                         $log_data = [
904 904
                                             "uid" => $user_data['uid'],
905
-                                            "reward_socre" => $fzone_paytype['other'],
905
+                                            "reward_socre" => $array_fzone_paytype['other'],
906 906
                                             "addtime" => time(),
907 907
                                             "status" => 1,
908 908
                                             "order_id" => $store_order_data['order_id'],