NetClient   网络封装客户端

基于Okhttp

使用方法:

	allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
	dependencies {
        compile 'com.github.niu1niu2:NetClient:v1.0'
}