🎨 改进代码样式

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"
"encoding/hex"
"fmt"
"github.com/FloatTech/zbputils/web"
"io"
"net/http"
"net/url"
"strings"
"time"
"github.com/FloatTech/zbputils/web"
control "github.com/FloatTech/zbputils/control"
"github.com/FloatTech/zbputils/ctxext"
"github.com/tidwall/gjson"

View File

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