fixed
This commit is contained in:
@@ -83,7 +83,7 @@ type WxUserInfo struct {
|
||||
}
|
||||
|
||||
func GetWxUserInfo(code string) (*response.JsCode2SessionResult, error) {
|
||||
info, err := wxHelper.wechatService.GetUserService().Jscode2Session(code)
|
||||
info, err := getWxaService().GetUserService().Jscode2Session(code)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user