@iamzealotwang
2014-11-01T06:52:02.000000Z
字数 469
阅读 895
五星好评
前端: 在PlayerProfile里面有一个Boolean值表示是否Pop过五星好评
如果没有Pop过,则根据相应逻辑进行检测
后端: [TBD]每次更新版本重置五星好评Boolean值
1· 用户第3次进Home时候
2· LevelUp的面板关闭后
3· 得到钻石奖励以后
设置PlayerProfile中的五星好评Boolean值
function requestSetPlayerProfileFiveStartMark{}
parameter{}
return {} //无返回值但是为Request模式,因为会发生App的跳转
PlayerProfile中加入isNeedPopFiveStartDialog Boolean值
function requestPlayerProfileVo{}
parameter{}
return
{
...
isNeedPopFiveStartDialog : false
}