easyandroidgroup / UpdatePlugin

可任意定制的app更新组件。

Home Page:https://juejin.im/post/5a32485851882504a35f007a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RequestMethod 只有POST 和 GET啊

junchenChow opened this issue · comments

看你源码 urlConn.setRequestMethod("POST"); 你把自己写的自定义请求方式给写死了

commented

建议需要使用别的方式进行请求的。直接使用你们自身的网络框架,去定制一个网络请求器进行使用