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

@ -31,7 +31,7 @@ func (n Native) Items() []Item {
}
}
func (n Native) Proxy(c *gin.Context) {
func (n Native) Proxy(c *gin.Context, account *model.Account) {
// unnecessary
}