|
@@ -170,7 +170,7 @@ func GetWxUserItemByUnionId(unionId string, platform int) (userInfo UserInfo, er
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
|
|
-// GetFirstWxUserItemByUnionId 根据用户unionid获取最小平台的用户信息
|
|
|
|
|
|
+// GetFirstWxUserItemByUnionId 根据用户unionid获取最小平台的用户信息(已经绑定了user_id的)
|
|
func GetFirstWxUserItemByUnionId(unionId string) (userInfo UserInfo, err error) {
|
|
func GetFirstWxUserItemByUnionId(unionId string) (userInfo UserInfo, err error) {
|
|
// 获取用户信息
|
|
// 获取用户信息
|
|
userRecord, userRecordErr := user_record.GetFirstByUnionID(unionId)
|
|
userRecord, userRecordErr := user_record.GetFirstByUnionID(unionId)
|