Explorar el Código

Merge branch 'security_fix/uploadfile_ix' into debug

kobe6258 hace 4 meses
padre
commit
46caf44f7e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/resource.go

+ 1 - 1
controllers/resource.go

@@ -974,7 +974,7 @@ func IsFileExist(filename string) bool {
 // @Description 获取STSToken
 // @Success 200 获取成功
 // @router /oss/get_sts_token [get]
-func (this *ResourceController) OssSTSToken() {
+func (this *ResourceAuthController) OssSTSToken() {
 	br := new(models.BaseResponse).Init()
 	defer func() {
 		this.Data["json"] = br