Commit 1239474b by 徐高华

获取cos桶

parent 8a280679
...@@ -47,7 +47,7 @@ public class UploadController extends WebBaseController { ...@@ -47,7 +47,7 @@ public class UploadController extends WebBaseController {
*/ */
@RequestMapping("get-bucket") @RequestMapping("get-bucket")
@ResponseBody @ResponseBody
public RestResponse<CloudFileInfo> getBucket(String fileType,String enterpriseId, @RequestParam(required = false)Integer fileFlag , String businessType , @RequestParam(required = false) int tempFlag) { public RestResponse<CloudFileInfo> getBucket(String fileType,String enterpriseId, @RequestParam(required = false)Integer fileFlag , String businessType , @RequestParam(defaultValue = "0") int tempFlag) {
CloudFileBusinessOptEnum businessOptEnum = null ; CloudFileBusinessOptEnum businessOptEnum = null ;
// 天 // 天
Long timeOut = null ; Long timeOut = null ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment