Merge branch 'onpoint-stock-update' into develop
This commit is contained in:
commit
b897f0b5c8
|
@ -212,7 +212,7 @@ func (c *Client) requestHttpViaNats(data model.CommunicationRequestHttp, res int
|
||||||
}
|
}
|
||||||
qs := ""
|
qs := ""
|
||||||
for k, v := range data.Payload.Query {
|
for k, v := range data.Payload.Query {
|
||||||
qs += k + "=" + v
|
qs += "&" + k + "=" + v
|
||||||
}
|
}
|
||||||
now := time.Now().Unix()
|
now := time.Now().Unix()
|
||||||
ts := strconv.FormatInt(now, 10)
|
ts := strconv.FormatInt(now, 10)
|
||||||
|
|
Loading…
Reference in New Issue