书籍列表接口新增参数
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
package oss
|
||||
|
||||
import "github.com/gogf/gf/v2/net/ghttp"
|
||||
|
||||
type OSSClient interface {
|
||||
Upload(file interface{}) (string, error)
|
||||
Upload(file *ghttp.UploadFile, folder string) (string, error)
|
||||
UploadLocalFile(path, name string) (string, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user