|
@@ -5,6 +5,7 @@ import cn.com.qmth.examcloud.marking.api.MarkResultCloudService;
|
|
import cn.com.qmth.examcloud.marking.api.request.GetMarkResultReq;
|
|
import cn.com.qmth.examcloud.marking.api.request.GetMarkResultReq;
|
|
import cn.com.qmth.examcloud.marking.api.response.GetMarkResultResp;
|
|
import cn.com.qmth.examcloud.marking.api.response.GetMarkResultResp;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
+import org.springframework.stereotype.Service;
|
|
import org.springframework.web.client.RestTemplate;
|
|
import org.springframework.web.client.RestTemplate;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -14,6 +15,7 @@ import org.springframework.web.client.RestTemplate;
|
|
* @Date 2018/9/27 9:16
|
|
* @Date 2018/9/27 9:16
|
|
* @Version 3.0
|
|
* @Version 3.0
|
|
*/
|
|
*/
|
|
|
|
+@Service
|
|
public class MarkResultCloudServiceClient extends BasicCloudClientSupport implements MarkResultCloudService {
|
|
public class MarkResultCloudServiceClient extends BasicCloudClientSupport implements MarkResultCloudService {
|
|
@Autowired
|
|
@Autowired
|
|
RestTemplate restTemplate;
|
|
RestTemplate restTemplate;
|