android kotlin retrofit https post请求json参数请求服务器 rxjava+retrofit2

楼主心累呀,自己写了个项目玩都是get请求,还没玩过post,还要json参数。现在补充上来,坑都一个个填了

然后出现请求服务器一直404,各种找代码,各种看文档,各种走debug,最后发现是地址有问题。

“404,不是服务器问题么?”

此处省略一万字。。。。。

 

android  kotlin retrofit https post请求json参数请求服务器   rxjava+retrofit2

 

1.配置环境

//配置Retrofit

compile 'com.google.code.gson:gson:2.2.4'

compile 'com.squareup.retrofit2:retrofit:2.1.0'

compile 'com.squareup.retrofit2:converter-gson:2.1.0'

 

//rxjava+retrofit2

compile 'io.reactivex:rxjava:1.3.0'

compile 'io.reactivex:rxandroid:1.2.1'

compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0'

 

 

你可能感兴趣的:(android kotlin retrofit https post请求json参数请求服务器 rxjava+retrofit2)