Commit c69e1157 authored by 龚小红's avatar 龚小红

Merge branch 'feature/20210922-xmc' into 'master'

Feature/20210922 xmc

See merge request test-group/kejiji!124
parents 0e76e9a5 a02fe834
......@@ -59,7 +59,7 @@ public class InviteReward implements Authorization {
}
@Test(description = "代理人开红包",priority = 4)
public void 代理人开红包(){
ThreadSleepUtils.sleep(720000);
// ThreadSleepUtils.sleep(720000);
Map<String,Object> params = new HashMap<>();
params.put("liveId", LiveConstants.getValue(LiveConstants.StringKeyEnum.ENCODE_LIVE_ID.getKey()));
Response response = network.postResponse(params,MOBILE_rewardUserOpen);
......@@ -87,7 +87,7 @@ public class InviteReward implements Authorization {
@Test(description = "代理人B开红包详情",priority = 7)
public void 代理人B开红包详情(){
agentAuth1();
ThreadSleepUtils.sleep(1000);
ThreadSleepUtils.sleep(2000);
Map<String,Object> params = new HashMap<>();
params.put("liveId", LiveConstants.getValue(LiveConstants.StringKeyEnum.ENCODE_LIVE_ID.getKey()));
Response response = network.getResponse(params,MOBILE_rewardOpenState);
......
......@@ -521,6 +521,10 @@ public class BasicConfig {
public static final String MOBILE_companyTotalData = MOBILE_HOST + "/kjy/live/team/companyTotalData";
public static final String MOBILE_ownTeamCharts = MOBILE_HOST + "/kjy/live/team/ownTeamCharts";
public static final String MOBILE_ownChartsInTeam = MOBILE_HOST + "/kjy/live/agent/ownChartsInTeam";
public static final String MOBILE_agentLike = MOBILE_HOST + "/kjy/live/agent/agentLike";
public static final String MOBILE_teamLike = MOBILE_HOST + "/kjy/live/team/teamLike";
public static final String MOBILE_likeMeFriend = MOBILE_HOST + "/kjy/live/agent/likeMeFriends";
public static final String MOBILE_likeMyTeamFriends = MOBILE_HOST + "/kjy/live/team/likeMyTeamFriends";
public static final String MANAGER_CompanyVideoList = MANAGER_HOST + "/kjy/manager/live/company/video/list";
......
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