This commit is contained in:
cdle
2021-09-10 17:49:19 +08:00
parent fd718b85b4
commit 5cd34e397c
2 changed files with 49 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ func init() {
core.AddCommand("jd", []core.Function{
{
Rules: []string{`asset ?`},
Admin: true,
Handle: func(s im.Sender) interface{} {
a := s.Get()
envs, err := qinglong.GetEnvs("JD_COOKIE")