|
@@ -129,7 +129,7 @@ public class WisdomServiceImpl implements IWisdomService {
|
|
|
|
|
|
private String authorizationUrl = "/exam/api/authorization";
|
|
|
|
|
|
- private String getRoomListUrl = "/exam/api/rooms";
|
|
|
+ private String getCentersListUrl = "/exam/api/centers";
|
|
|
|
|
|
@Autowired
|
|
|
private RedisCache redisCache;
|
|
@@ -171,7 +171,7 @@ public class WisdomServiceImpl implements IWisdomService {
|
|
|
paramMap.put("pageNo",pageNo);
|
|
|
paramMap.put("pageSize",20);
|
|
|
try{
|
|
|
- String url = host + getRoomListUrl;
|
|
|
+ String url = host + getCentersListUrl;
|
|
|
String signature = SignatureUtil.createSignature(paramMap, appid);
|
|
|
JSONObject obj = new JSONObject();
|
|
|
obj.put("pageNo",pageNo);
|