Skip to content

Releases: kingwang666/OkHttpParamsGet

2.0.1

17 Dec 09:24

Choose a tag to compare

fix not auto import when fields is empty

2.0.0

13 Dec 06:45

Choose a tag to compare

  1. Replaced @PostFiles by @PostFile. OkHttpParamsGet can identify the type of request, supporting list,array and map
  2. Add @ParamName. Support custom param name
  3. Now @PostFile support java.io.File. And support custom key
  4. Settings added the switch between HashMap and ArrayMap