mirror of
https://shylinux.com/x/icebergs
synced 2025-06-26 02:17:30 +08:00
add some
This commit is contained in:
parent
3adf0c66ac
commit
db34f85840
@ -47,6 +47,7 @@ func _user_list(m *ice.Message, res ice.Any) *ice.Message {
|
||||
list := map[string]string{}
|
||||
m.Cmd(TAGS, m.Option(ACCESS), func(value ice.Maps) { list[value[mdb.ID]] = value[mdb.NAME] })
|
||||
kit.For(kit.Value(res, kit.Keys(mdb.DATA, OPENID)), func(value string) {
|
||||
return
|
||||
res := SpideGet(m, USER_INFO, OPENID, value)
|
||||
m.Push(mdb.TIME, kit.TimeUnix(kit.Value(res, SUBSCRIBE_TIME)))
|
||||
m.Push("", res, []string{OPENID, SEX, aaa.USERNICK, aaa.LANGUAGE, aaa.PROVINCE, aaa.CITY})
|
||||
|
Loading…
x
Reference in New Issue
Block a user