MCPcopy Index your code
hub / github.com/TruthHun/BookStack / NewWechat

Function NewWechat

models/wechat.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func NewWechat() *Wechat {
21 return &Wechat{}
22}
23
24//根据giteeid获取用户的gitee数据。这里可以查询用户是否绑定了或者数据是否在库中存在
25func (m *Wechat) GetUserByOpenid(openid string, cols ...string) (user Wechat, err error) {

Callers 3

LoginBindWechatMethod · 0.92
LoginByWechatMethod · 0.92
RegisterModelFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected