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