|
@@ -1,5 +1,6 @@
|
|
|
package cn.com.qmth.examcloud.exchange.inner.api;
|
|
|
|
|
|
+import cn.com.qmth.examcloud.commons.web.cloud.api.CloudService;
|
|
|
import cn.com.qmth.examcloud.exchange.inner.api.request.PutFileReq;
|
|
|
import cn.com.qmth.examcloud.exchange.inner.api.response.PutFileResp;
|
|
|
|
|
@@ -10,7 +11,7 @@ import cn.com.qmth.examcloud.exchange.inner.api.response.PutFileResp;
|
|
|
* @date 2018年11月27日
|
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
|
*/
|
|
|
-public interface UpyunCloudService {
|
|
|
+public interface UpyunCloudService extends CloudService {
|
|
|
|
|
|
/**
|
|
|
* 方法注释
|