🎨 改进代码样式

This commit is contained in:
github-actions[bot] 2022-05-08 14:13:47 +00:00
parent 5a087000a9
commit 512852b817
2 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,14 @@ import (
"crypto/md5" "crypto/md5"
"encoding/hex" "encoding/hex"
"fmt" "fmt"
"github.com/FloatTech/zbputils/web"
"io" "io"
"net/http" "net/http"
"net/url" "net/url"
"strings" "strings"
"time" "time"
"github.com/FloatTech/zbputils/web"
control "github.com/FloatTech/zbputils/control" control "github.com/FloatTech/zbputils/control"
"github.com/FloatTech/zbputils/ctxext" "github.com/FloatTech/zbputils/ctxext"
"github.com/tidwall/gjson" "github.com/tidwall/gjson"

View File

@ -41,6 +41,5 @@ func init() {
return return
} }
ctx.SendChain(message.Reply(ctx.Event.MessageID), message.Text(gjson.GetBytes(data, "data.text").String())) ctx.SendChain(message.Reply(ctx.Event.MessageID), message.Text(gjson.GetBytes(data, "data.text").String()))
}) })
} }