Browse Source

解决参数使用错误问题

sunxiaobiao 1 year ago
parent
commit
67fafe8c22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/api/Notify.php

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

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