mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-27 00:59:37 +08:00
fix 修复 接口文档 上传文件问题
This commit is contained in:
@@ -115,7 +115,7 @@ public class SysProfileController extends BaseController {
|
||||
@GlobalTransactional(rollbackFor = Exception.class)
|
||||
@ApiOperation("头像上传")
|
||||
@ApiImplicitParams({
|
||||
@ApiImplicitParam(name = "avatarfile", value = "用户头像", dataTypeClass = File.class, required = true),
|
||||
@ApiImplicitParam(name = "avatarfile", value = "用户头像", paramType = "query", dataTypeClass = File.class, required = true)
|
||||
})
|
||||
@Log(title = "用户头像", businessType = BusinessType.UPDATE)
|
||||
@PostMapping("/avatar")
|
||||
|
||||
Reference in New Issue
Block a user