Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 如何修改GA积分银行领取利息为70%和30%

[复制链接]
£恋ni☆永恒 发表于 2014-9-14 17:45:04 | 显示全部楼层 |阅读模式
能不能帮忙修改下代码   我想把领取的利息分成两种币 领取的时候  自动换成两种币  一种领取70%  另一种30%
}elseif($_GET['act']=='interest'){//领取利息
        $money=$user['current_interest'];
        if($money>0){
                $updatearray=array(
                        'current_interest'=>$money-floor($money),
                        'last_trade_time'=>time(),
                );
                C::t('#gacb#ga_credit_bank_user')->update($user['id'],$updatearray);
                C::t("common_member_count")->increase($user['uid'],array('extcredits'.$setInfo['credit_type']=>floor($money)));
                $updatehistory=array(
                        'uid'=>$_G['uid'],
                        'operat_time'=>time(),
                        'operat_credit'=>floor($money),
                        'operat_type'=>5,
                        'credit_type'=>$setInfo['credit_type']
                );
                C::t('#gacb#ga_credit_bank_history')->insert($updatehistory);
                echo "<script>";
                echo "parent.window.showmsg('".lang('plugin/gacb','015')." ".floor($money)." ".$_G['setting']['extcredits'][$setInfo['credit_type']]['title']."');";
                echo "</script>";
                exit;
        }else{
                echo "<script>";
                echo "parent.window.showerror('".lang('plugin/gacb','016')."');";
                echo "</script>";
                exit;
        }




这个代码怎么修改啊
MFyoyo.. 发表于 2014-9-15 15:15:44 | 显示全部楼层
Q497343259已经有现成案例
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 11:23 , Processed in 0.023539 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表