feat(onpoint): change method get inventories

This commit is contained in:
Sinh 2024-04-16 11:07:14 +07:00
parent d272537cf4
commit b9f59140a7
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}, },
} }