OkHttp请求封装

YanYi 4ca4bbdbc0 优化请求方法 7 years ago
.idea d6d0c8c6bb 优化请求方法 7 years ago
app d6d0c8c6bb 优化请求方法 7 years ago
gradle e977f30803 Initial commit 7 years ago
okhttp2 d6d0c8c6bb 优化请求方法 7 years ago
.gitignore e977f30803 Initial commit 7 years ago
README.md 4ca4bbdbc0 优化请求方法 7 years ago
build.gradle 61073e750f Initial commit 7 years ago
gradle.properties e977f30803 Initial commit 7 years ago
gradlew e977f30803 Initial commit 7 years ago
gradlew.bat e977f30803 Initial commit 7 years ago
settings.gradle e977f30803 Initial commit 7 years ago

README.md

OkHttp

OkHttp请求封装

使用方法

module 下添加

 compile 'com.github.love-yanyi:OkHttp:1.0.7'


project 下添加

allprojects {
    repositories {
        jcenter()
        maven {
            url 'https://jitpack.io'
        }
    }
}


如果需要使用Jlog,可以查看https://github.com/love-yanyi/Logger