Commit 56f02947 by zhangying

test

parent 72a0b766
......@@ -28,11 +28,11 @@ public class TestJudgeLessonPermission extends XMBaseTest {
/**
* 判断是否有备课本权限
*/
@Test
// @Test
public void testJudgeLessonPermission() {
JSONObject jsonObject = new JSONObject();
jsonObject.put("instId","1235115978015883266");
jsonObject.put("permissionCode",2001);
jsonObject.put("permissionCode","2001");
xmAppApi.doRequest(RequestType.JSON, params, jsonObject.toJSONString(), headers);
JSONObject jsonBody = xmAppApi.getBodyInJSON();
......
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