mirror of
https://shylinux.com/x/icebergs
synced 2025-06-26 10:27:31 +08:00
add some
This commit is contained in:
parent
8d40fb6fbb
commit
fa884c8302
@ -5,7 +5,7 @@ import "shylinux.com/x/ice"
|
|||||||
type cache struct {
|
type cache struct {
|
||||||
ice.Hash
|
ice.Hash
|
||||||
short string `data:"uniq"`
|
short string `data:"uniq"`
|
||||||
field string `data:"hash,state,client,goback"`
|
field string `data:"hash,state,goback"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() { ice.Cmd("web.chat.oauth.cache", cache{}) }
|
func init() { ice.Cmd("web.chat.oauth.cache", cache{}) }
|
||||||
|
@ -53,6 +53,13 @@ func init() {
|
|||||||
)), Hand: func(m *ice.Message, arg ...string) {
|
)), Hand: func(m *ice.Message, arg ...string) {
|
||||||
m.Cmdy(ACCESS, AGENT).Options(SIGNATURE, _wx_sign(m, m.Option(NONCESTR, ice.Info.Pathname), m.Option(TIMESTAMP, kit.Format(time.Now().Unix())))).Display("")
|
m.Cmdy(ACCESS, AGENT).Options(SIGNATURE, _wx_sign(m, m.Option(NONCESTR, ice.Info.Pathname), m.Option(TIMESTAMP, kit.Format(time.Now().Unix())))).Display("")
|
||||||
ctx.OptionFromConfig(m, "oauth", nfs.SCRIPT)
|
ctx.OptionFromConfig(m, "oauth", nfs.SCRIPT)
|
||||||
|
if false && m.Option(ice.MSG_USERNAME) == "" {
|
||||||
|
msg := m.Spawn()
|
||||||
|
web.ParseURL(msg, m.Option("oauth"))
|
||||||
|
state := m.Cmdx("web.chat.oauth.cache", mdb.CREATE, "state", msg.Option("state"), "goback", m.Option(ice.MSG_USERWEB))
|
||||||
|
what := kit.MergeURL(m.Option("oauth"), "state", state)
|
||||||
|
m.Info("what %v", what)
|
||||||
|
}
|
||||||
m.Option("oauth", strings.ReplaceAll(m.Option("oauth"), "https%3A%2F%2Fyunxuanlinghang.com", strings.ReplaceAll(m.Option(ice.MSG_USERHOST), "://", "%3A%2F%2F")))
|
m.Option("oauth", strings.ReplaceAll(m.Option("oauth"), "https%3A%2F%2Fyunxuanlinghang.com", strings.ReplaceAll(m.Option(ice.MSG_USERHOST), "://", "%3A%2F%2F")))
|
||||||
}},
|
}},
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user