1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

resolve conflicts

This commit is contained in:
源文雨 2023-08-01 11:16:58 +08:00
parent 88f5db89a8
commit 5cb8548487

View File

@ -24,8 +24,6 @@ import (
"github.com/tidwall/gjson" "github.com/tidwall/gjson"
"gopkg.ilharper.com/x/isatty" "gopkg.ilharper.com/x/isatty"
"github.com/Mrs4s/go-cqhttp/internal/base"
"github.com/Mrs4s/go-cqhttp/global" "github.com/Mrs4s/go-cqhttp/global"
"github.com/Mrs4s/go-cqhttp/internal/base" "github.com/Mrs4s/go-cqhttp/internal/base"
"github.com/Mrs4s/go-cqhttp/internal/download" "github.com/Mrs4s/go-cqhttp/internal/download"
@ -271,7 +269,7 @@ func fetchCaptcha(id string) string {
return "" return ""
} }
func energy(_ uint64, id string, _ string, salt []byte) ([]byte, error) { func energy(uin uint64, id string, _ string, salt []byte) ([]byte, error) {
signServer := base.SignServer signServer := base.SignServer
if !strings.HasSuffix(signServer, "/") { if !strings.HasSuffix(signServer, "/") {
signServer += "/" signServer += "/"