测试更改

This commit is contained in:
18401019693
2022-11-18 10:50:40 +08:00
parent 94a96ba91a
commit 9fa0109c2e
3 changed files with 13 additions and 4 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消息