fix(123): update app-version (close #4758)

This commit is contained in:
Andy Hsu
2023-07-14 14:17:29 +08:00
parent d2ff040cf8
commit df6c4c80c2
2 changed files with 13 additions and 1 deletions

View File

@ -45,6 +45,9 @@ func (d *Pan123) Init(ctx context.Context) error {
}
func (d *Pan123) Drop(ctx context.Context) error {
_, _ = d.request(Logout, http.MethodPost, func(req *resty.Request) {
req.SetBody(base.Json{})
}, nil)
return nil
}