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,
|
||||
Payload: model.HttpRequest{
|
||||
URL: url,
|
||||
Method: http.MethodPost,
|
||||
Method: http.MethodGet,
|
||||
Query: q,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue