|
@@ -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
|