|
@@ -31,6 +31,8 @@ import cn.com.qmth.examcloud.exchange.inner.service.bean.UpyunPathEnvironmentInf
|
|
@RequestMapping("${$rmp.cloud.exchange.inner}/upyun")
|
|
@RequestMapping("${$rmp.cloud.exchange.inner}/upyun")
|
|
public class UpyunCloudServiceProvider extends ControllerSupport implements UpyunCloudService {
|
|
public class UpyunCloudServiceProvider extends ControllerSupport implements UpyunCloudService {
|
|
|
|
|
|
|
|
+ private static final long serialVersionUID = -6911335293165224994L;
|
|
|
|
+
|
|
@Autowired
|
|
@Autowired
|
|
UpyunService upyunService;
|
|
UpyunService upyunService;
|
|
|
|
|