Commit e1c44c5d authored by hujiebin's avatar hujiebin

Update user.go

parent a9f91155
...@@ -318,7 +318,7 @@ func MGetUserCpRelations(model *domain.Model, userIds []mysql.ID) (map[mysql.ID] ...@@ -318,7 +318,7 @@ func MGetUserCpRelations(model *domain.Model, userIds []mysql.ID) (map[mysql.ID]
model.Log.Errorf("MGetUserSvip json fail:%v", err) model.Log.Errorf("MGetUserSvip json fail:%v", err)
return res, err return res, err
} }
return res, nil return response.Data, nil
} }
// 获取用户cpRelation // 获取用户cpRelation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment