测试更改

This commit is contained in:
18401019693
2022-11-17 16:01:56 +08:00
parent b8ec25c94e
commit fffa7cdabd
8 changed files with 338 additions and 230 deletions

View File

@@ -68,7 +68,17 @@ public class MsgModel extends BaseModel {
private String taskName1;
@SerializedName("taskName2")
private String taskName2;
@SerializedName("activityUrl")
private String activityUrl;
public String getActivityUrl() {
return activityUrl;
}
public MsgModel setActivityUrl(String activityUrl) {
this.activityUrl = activityUrl;
return this;
}
/**
* 星级挑战成功IM消息