1
0
forked from x/icebergs

fix spide add

This commit is contained in:
shaoying 2020-03-22 10:32:30 +08:00
parent cd1b42e53c
commit 3f22640b66

View File

@ -540,7 +540,7 @@ var Index = &ice.Context{Name: "web", Help: "网络模块",
value["name"] = arg[1]
value["text"] = arg[2]
value["url"] = arg[2]
}) != nil {
}) == nil {
m.Rich(ice.WEB_SPIDE, nil, kit.Dict(
"cookie", kit.Dict(), "header", kit.Dict(), "client", kit.Dict(
"share", m.Cmdx(ice.WEB_SHARE, "add", ice.TYPE_SPIDE, arg[1], arg[2]),