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