Compare commits

..

No commits in common. "d0852f5d3ae8dcdd86238dc652b4dddbdd5c83f7" and "fef08db999db337ef62452c84e3244c6e703731d" have entirely different histories.

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.MethodGet, Method: http.MethodPost,
Query: q, Query: q,
}, },
} }