Commit 39894be6 authored by 龚小红's avatar 龚小红

修复测试详情直播id未加密问题

parent 1b3e4068
......@@ -230,8 +230,7 @@ public class PersonalPage implements Authorization {
@Test(description = "查看测试详情", priority = 15)
public void 查看测试详情() {
Map<String, Object> params = new HashMap<>();
visitorAuth1();
params.clear();
params.put("recordId", testRecordId);
params.put("liveId", LiveConstants.getValue(LiveConstants.StringKeyEnum.ENCODE_LIVE_ID.getKey()));
Response resourceDetailRes = network.getResponse(params, BasicConfig.USER_getTestResourceDetail);
......
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