企业微信登录初步调通

This commit is contained in:
gsw945
2022-05-07 18:06:46 +08:00
parent e0fb5a67f7
commit 0671b0cd40
11 changed files with 1167 additions and 81 deletions

View File

@@ -11,6 +11,7 @@ import (
"strconv"
"strings"
"time"
_ "time/tzdata"
"bytes"
"encoding/json"
@@ -110,6 +111,7 @@ func RegisterModel() {
new(models.TeamMember),
new(models.TeamRelationship),
new(models.Itemsets),
new(models.WorkWeixinAccount),
)
gob.Register(models.Blog{})
gob.Register(models.Document{})