星级挑战成功
This commit is contained in:
@@ -167,6 +167,7 @@ public class Constants {
|
||||
public static final String RECOMMEND_CARD_NOTIFY = "recommendCardNotify";//推荐卡通知消息
|
||||
public static final String STAR_CHALLENGE_UPDATE = "starChallengeUpdate";//星级助力
|
||||
public static final String AI_AUTOMATIC_SPEECH = "aiAutomaticSpeech";//机器人助手
|
||||
public static final String STAR_CHALLENGE_UPGRADE_NOTIFY = "starChallengeUpgradeNotify";//星级挑战成功
|
||||
|
||||
//游戏socket
|
||||
public static final String SOCKET_GAME_ZJH = "startGame";//炸金花
|
||||
|
||||
@@ -69,6 +69,21 @@ public class MsgModel extends BaseModel {
|
||||
@SerializedName("taskName2")
|
||||
private String taskName2;
|
||||
|
||||
|
||||
/**
|
||||
* 星级挑战成功IM消息
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@SerializedName("ancherName")
|
||||
private String ancherName;
|
||||
@SerializedName("competitionArea")
|
||||
private String competitionArea;
|
||||
@SerializedName("star")
|
||||
private String star;
|
||||
@SerializedName("liveUid")
|
||||
private String liveUid;
|
||||
|
||||
public String getTaskNum() {
|
||||
return taskNum;
|
||||
}
|
||||
@@ -276,4 +291,36 @@ public class MsgModel extends BaseModel {
|
||||
return roleType;
|
||||
}
|
||||
}
|
||||
|
||||
public String getAncherName() {
|
||||
return ancherName;
|
||||
}
|
||||
|
||||
public void setAncherName(String ancherName) {
|
||||
this.ancherName = ancherName;
|
||||
}
|
||||
|
||||
public String getCompetitionArea() {
|
||||
return competitionArea;
|
||||
}
|
||||
|
||||
public void setCompetitionArea(String competitionArea) {
|
||||
this.competitionArea = competitionArea;
|
||||
}
|
||||
|
||||
public String getStar() {
|
||||
return star;
|
||||
}
|
||||
|
||||
public void setStar(String star) {
|
||||
this.star = star;
|
||||
}
|
||||
|
||||
public String getLiveUid() {
|
||||
return liveUid;
|
||||
}
|
||||
|
||||
public void setLiveUid(String liveUid) {
|
||||
this.liveUid = liveUid;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -924,6 +924,6 @@
|
||||
<string name="total_star_value">總星值</string>
|
||||
<string name="number_of_people_assisted">助力人數</string>
|
||||
<string name="star_change">星级挑战%s</string>
|
||||
|
||||
|
||||
<string name="star_success">恭喜 %s,完成了%s %s星 挑戰,快去一睹主播芳容吧!</string>
|
||||
<string name="star">星</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user