Prechádzať zdrojové kódy

Merge branch 'security_fix/uploadfile_ix' into debug

kobe6258 4 mesiacov pred
rodič
commit
46caf44f7e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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