|
@@ -9,11 +9,11 @@ import cn.com.qmth.examcloud.web.cloud.CloudClientSupport;
|
|
*/
|
|
*/
|
|
public abstract class AbstractCloudClientSupport extends CloudClientSupport {
|
|
public abstract class AbstractCloudClientSupport extends CloudClientSupport {
|
|
|
|
|
|
- private static final String APP_NAME = "EC-CORE-OE-WEBSOCKET";
|
|
|
|
|
|
+ private static final String APP_NAME = "EC-WEBSOCKET";
|
|
|
|
|
|
@Override
|
|
@Override
|
|
protected String getRequestMappingPrefix() {
|
|
protected String getRequestMappingPrefix() {
|
|
- return "api/oe/websocket";
|
|
|
|
|
|
+ return "api/cloud/ws";
|
|
}
|
|
}
|
|
|
|
|
|
protected void post(String requestMappingSuffix, BaseRequest body) {
|
|
protected void post(String requestMappingSuffix, BaseRequest body) {
|