user
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"bytes"
|
||||
"encoding/base64"
|
||||
"errors"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
||||
"regexp"
|
||||
"strings"
|
||||
"time"
|
||||
@@ -495,3 +496,13 @@ func DeletedTokenInfoWithoutParam(authInfo *AuthInfo) (err error) {
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
type UserInfo struct {
|
||||
model.User
|
||||
WxInfo string `json:"wxInfo"`
|
||||
BrandMaps string `json:"brandMaps"`
|
||||
}
|
||||
|
||||
func GetUserInfo(ctx *jxcontext.Context) (userInfo *UserInfo, err error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user