Commit 5327f362 authored by yaobaizheng's avatar yaobaizheng

合伙招商api

parent b5151237
......@@ -99,7 +99,7 @@ public class PartnerProjectController extends BaseController{
@PostMapping("/saveProjectDetail")
@ResponseBody
@ApiOperation(value = "草稿箱详情获取",notes = "")
@ApiOperation(value = "草稿箱详情",notes = "")
@ApiImplicitParams ({
@ApiImplicitParam(name = "id", value = "项目id", type = "Integer"),
@ApiImplicitParam(name = "formStr", value = "formStr标识符", type = "String")
......
......@@ -29,7 +29,7 @@ public class SysFileController {
@Autowired
UploadService uploadService;
@PostMapping(value = "/uploadFileToHuaWeiOBS" , produces="application/json;charset=UTF-8")
@PostMapping(value = "/uploadFileToHuaWeiOBS" , produces="application/json")
@ResponseBody
@ApiOperation(value = "文件上传华为OBS",notes = "")
// @ApiImplicitParam(name = "file", value = "项目id", paramType = "form", dataType="__file")
......@@ -39,7 +39,7 @@ public class SysFileController {
}
@PostMapping(value = "/uploadImgToHuaWeiOBS", produces="application/json;charset=UTF-8")
@PostMapping(value = "/uploadImgToHuaWeiOBS", produces="application/json")
@ResponseBody
@ApiOperation(value = "图片上传华为OBS",notes = "")
public String uploadImgToHuaWeiOBS(MultipartFile file, HttpServletResponse response) throws Exception {
......
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