Merge branch 'master_test_gn_zf' into master_test_gn
commit
7303e9d92d
|
@ -137,7 +137,8 @@ public class ActivityLogic implements IEventHandler{
|
|||
return;
|
||||
}
|
||||
// 网页支付在登陆之前充值的金额
|
||||
double value = (double) result;
|
||||
double value = Double.parseDouble((String) result);
|
||||
// double value = (double) result;
|
||||
// 玩家缓存更新
|
||||
ActivityLogic.getInstance().updateActivityMissionProgress(user, ActivityType.DAILY_RECHARGE,(int)(value*1000));
|
||||
// 删除key
|
||||
|
|
Loading…
Reference in New Issue