chore: add error log for reading chat response buffer

This commit is contained in:
RockYang
2023-07-24 12:05:38 +08:00
parent 94d8d8a9d4
commit 4d6444ebf3
8 changed files with 38 additions and 28 deletions

View File

@@ -33,6 +33,8 @@ func NewDefaultConfig() *types.AppConfig {
HttpOnly: false,
SameSite: http.SameSiteLaxMode,
},
AlApiToken: "",
StartWechatBot: false,
}
}