Commit 978cc6c3 authored by xiamengchen's avatar xiamengchen

更新团队任务部分

parent cc53b4de
package com.kjj.bean.whoSawMe;
import lombok.Data;
@Data
public class MyTaskList {
private int taskId;
private String contentId;
private int taskStatus;
}
package com.kjj.bean.whoSawMe;
import lombok.Data;
@Data
public class TeamTaskList {
private String contentId;
private int id;
private int taskAchieverNum;
private int taskStatus;
private int taskTargetNum;
}
......@@ -24,7 +24,7 @@ public class MyCustomer implements Authorization {
private String createTagId;
private long visitor1UserId;
private String sessionId;
private int visitCount; // 二访客来访次数
private int visitCount; // 二访客来访次数
private String id; // 自定义提醒事项id
private long lastMessageId;
......@@ -57,7 +57,7 @@ public class MyCustomer implements Authorization {
}
// 消息通知页_对话记录
@Test(description = "消息通知页_对话记录", priority = 99)
@Test(description = "消息通知页_对话记录", priority = 51)
public void 消息通知页_对话记录() throws IOException{
param = new HashMap<>();
param.put("pageIndex", 1);
......@@ -893,8 +893,8 @@ public class MyCustomer implements Authorization {
}
// 还原用户信息
@AfterClass
public void tearDown() throws IOException{
@Test(description = "还原用户详细信息", priority = 55)
public void 还原用户详细信息() throws IOException{
// 关闭生日提醒
param = new HashMap<>();
param.put("birthRemind", false);
......
......@@ -764,6 +764,7 @@ public class BasicConfig {
public static final String RELATIONINFO_LIST = HOST + "/kjy/mp/seller/customer/getRelationInfoList";
public static final String RELATIONINFO_RANKING = HOST + "/kjy/mp/seller/customer/relation/ranking";
public static final String UPDATECUSTMATERIAL = HOST + "/kjy/mp/seller/v2/customer/material/saveOrUpdate";
public static final String DELWINNER = HOST + "/kjy/mp/seller/delWinner";
// *************** 标签管理 ***************
public static final String TAG_ADDORUPDATE = HOST + "/kjy/mp/sellerTag/addOrUpdateTag";
public static final String TAG_GETLIST = HOST + "/kjy/mp/sellerTag/getTagList";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment