add API for get and set image url for wechat

This commit is contained in:
RockYang
2023-04-27 10:45:19 +08:00
parent d2201596f6
commit 6409531ee4
5 changed files with 45 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ func NewDefaultConfig() *types.Config {
ProxyURL: make([]string, 0),
EnableAuth: true,
AccessKey: "yangjian102621@gmail.com",
ImgURL: types.ImgURL{},
Session: types.Session{
SecretKey: RandString(64),