소스 검색

transfer gift

zz 5 년 전
부모
커밋
dc620dab25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Modules/User/Services/UserService.php

+ 1 - 1
app/Modules/User/Services/UserService.php

@@ -465,7 +465,7 @@ WHERE u.openid in (SELECT openid from users WHERE  id = %s)";
                     'bid'=>$g->bid,
                     'icon'=>$g->icon,
                     'name_desc'=>$g->name_desc,
-                    'cost'=>$g->cost,
+                    'cost'=>0,
                     'cost_reward'=>$g->cost_reward,
                     'cost_recharge'=>$g->cost_recharge,
                     'created_at'=>$g->created_at,