proxy add account

This commit is contained in:
微凉
2021-11-17 16:37:12 +08:00
parent 36d52e0b75
commit 0b7f2fee7d
5 changed files with 5 additions and 5 deletions

View File

@ -230,7 +230,7 @@ func (c Cloud189) Link(path string, account *model.Account) (string, error) {
return resp.FileDownloadUrl, nil
}
func (c Cloud189) Proxy(ctx *gin.Context) {
func (c Cloud189) Proxy(ctx *gin.Context, account *model.Account) {
ctx.Request.Header.Del("Origin")
}