Compare commits

..

No commits in common. "b897f0b5c8957da437ae54378183e4128297c88d" and "4f5b0f3f9a74adbfbbd040df74786bac620a5967" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ func (c *Client) requestHttpViaNats(data model.CommunicationRequestHttp, res int
}
qs := ""
for k, v := range data.Payload.Query {
qs += "&" + k + "=" + v
qs += k + "=" + v
}
now := time.Now().Unix()
ts := strconv.FormatInt(now, 10)