|
@@ -1,14 +1,20 @@
|
|
|
package cn.com.qmth.examcloud.core.basic.api.client;
|
|
|
|
|
|
-import org.examcloud.core.basic.api.DemoServiceProvider;
|
|
|
+import org.examcloud.core.basic.api.DemoCloudService;
|
|
|
import org.examcloud.core.basic.api.request.GetXxxReq;
|
|
|
import org.examcloud.core.basic.api.response.GetXxxResp;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.web.client.RestTemplate;
|
|
|
|
|
|
+
|
|
|
+ * demo 云服务客户端
|
|
|
+ *
|
|
|
+ * @author WANGWEI
|
|
|
+ *
|
|
|
+ */
|
|
|
@Service
|
|
|
-public class DemoServiceClient extends BasicClientSupport implements DemoServiceProvider {
|
|
|
+public class DemoCloudServiceClient extends BasicCloudClientSupport implements DemoCloudService {
|
|
|
|
|
|
private static final long serialVersionUID = -7456923008162697199L;
|
|
|
|