Commit 62ff0f3a by 霍志良

feat:主包同步增加注销登录

parent d7ad6890
......@@ -8,7 +8,7 @@ ext {
"m-confide" : "0.0.48.92",
"m-consultant" : "0.0.59.65",
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.08",
"m-user" : "0.0.61.10",
"m-home" : "0.0.22.53",
"m-im" : "0.0.18.35",
"m-dynamic" : "0.0.7.19",
......@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.39.83",
"ydl-platform" : "0.0.39.86",
//第二步 若干
"ydl-webview" : "0.0.38.36",
......@@ -91,7 +91,7 @@ ext {
"m-confide" : "0.0.48.92",
"m-consultant" : "0.0.59.65",
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.04",
"m-user" : "0.0.61.10",
"m-home" : "0.0.22.54",
"m-im" : "0.0.18.34",
"m-dynamic" : "0.0.7.19",
......@@ -114,7 +114,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.39.83",
"ydl-platform" : "0.0.39.86",
//第二步 若干
"ydl-webview" : "0.0.38.36",
......
......@@ -149,9 +149,6 @@ interface UserApi {
@POST("user/forbid_login")
@Headers( YDL_DOMAIN+ YDL_DOMAIN_JAVA)
fun userForbidLogin(@FieldMap params: Map<String, String>): Observable<BaseAPIResponse<Boolean>>
fun getNewUserJumpUrl(@FieldMap params: Map<String, String>): Observable<BaseAPIResponse<String>>
//第三方登录获取用户信息
@POST("login/v2/login_wechat_qq")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment