新增服务端返回 code 1415 全局拦截跳转至完善资料页功能

(cherry picked from commit c09c07bb01dff140dfebb079fb9b8f6b18468872)
This commit is contained in:
huangjian
2021-06-22 17:31:01 +08:00
parent 7d42dcb285
commit a92e174eeb
15 changed files with 253 additions and 416 deletions

View File

@@ -40,7 +40,6 @@ dependencies {
def okhttp3 = "3.14.9"
def okio = "2.2.2"
def rxjava_adapter = "2.3.0"
def gson_converter = "2.9.0"
def rxjava = "2.1.7"
def rxjava_android = "2.0.1"
def rxlifecycle = "3.1.0"
@@ -73,8 +72,7 @@ dependencies {
api "com.squareup.okhttp3:okhttp:${okhttp3}"
api "com.squareup.okhttp3:logging-interceptor:${okhttp3}"
api "com.squareup.retrofit2:adapter-rxjava2:${rxjava_adapter}"
api "com.squareup.retrofit2:converter-gson:${gson_converter}"
api 'com.google.code.gson:gson:2.8.7'
api "com.squareup.okio:okio:${okio}"
api "com.scwang.smartrefresh:SmartRefreshLayout:${SmartRefreshLayoutVersion}"