Sfoglia il codice sorgente

解决参数使用错误问题

sunxiaobiao 1 anno fa
parent
commit
67fafe8c22
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'],