zhangzengfei
2024-10-22 2c77f012601b7788dc58b0c9fd99aad587983b0d
nvcs/a2.go
@@ -3,14 +3,13 @@
import (
   "encoding/json"
   "fmt"
   "gat1400Exchange/pkg"
   "net/http"
   "strings"
   "time"
   "gat1400Exchange/config"
   "gat1400Exchange/pkg/logger"
   "gat1400Exchange/util"
   "github.com/gin-gonic/gin"
)
@@ -58,7 +57,7 @@
      "Cookie": "eyJuYW1lIjoiYWRtaW4iLCAicGFzZCI6ImFkbWluMTIzIn0=",
   }
   rsp, err := util.HttpPost(url, header, payload)
   rsp, err := pkg.HttpPost(url, header, payload)
   if err != nil {
      logger.Warn("Get A2 floor data failure,%s", err.Error())
      return