Przeglądaj źródła

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 lat temu
rodzic
commit
8001b6499b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      service/jsyb_service.go

+ 1 - 1
service/jsyb_service.go Wyświetl plik

@@ -126,7 +126,7 @@ func HttpRequest(url string, ak string, sk string, timestamp int64, requestByte
126 126
 	csbHP.Print()
127 127
 	//进行调用, 返回的第二项为resonse http headers (map[string][]string类型)
128 128
 	//res, _, err := csbhttp.Invoke(*csbHP, requestByte)
129
-	res, _, err := csbhttp.Invoke(*csbHP, strconv.FormatInt(timestamp, 10))
129
+	res, _, err := csbhttp.Invoke(*csbHP, "1627006379509")
130 130
 	//是否发成错误
131 131
 	if err != nil {
132 132
 		fmt.Println(err)