feat(onpoint): change method get inventories
This commit is contained in:
		
							parent
							
								
									d272537cf4
								
							
						
					
					
						commit
						b9f59140a7
					
				| 
						 | 
					@ -175,7 +175,7 @@ func (c *Client) GetInventories(req ListInventoriesReq) (*ListInventoriesRes, er
 | 
				
			||||||
		ResponseImmediately: true,
 | 
							ResponseImmediately: true,
 | 
				
			||||||
		Payload: model.HttpRequest{
 | 
							Payload: model.HttpRequest{
 | 
				
			||||||
			URL:    url,
 | 
								URL:    url,
 | 
				
			||||||
			Method: http.MethodPost,
 | 
								Method: http.MethodGet,
 | 
				
			||||||
			Query:  q,
 | 
								Query:  q,
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue