This commit is contained in:
邹宗楠
2022-10-22 22:45:36 +08:00
parent c862340c56
commit 2ed93fe209
66 changed files with 10 additions and 156 deletions

View File

@@ -35,7 +35,6 @@ func (a *APICookie) SetCookieWithStr(cookieStr string) {
v := utils.TrimBlankChar(pair[1])
if k != "" && v != "" {
a.SetCookie(k, v)
// baseapi.SugarLogger.Debugf("%s=%s", k, v)
}
}
}