Commit 995b0db9 by 刘鹏

feat : 一键登录更改接口地址

parent 5a297706
...@@ -9,7 +9,7 @@ ext { ...@@ -9,7 +9,7 @@ ext {
"m-consultant" : "0.0.59.91", "m-consultant" : "0.0.59.91",
"m-fm" : "0.0.30.03", "m-fm" : "0.0.30.03",
"m-user" : "0.0.61.90", "m-user" : "0.0.61.90",
"m-user-medical" : "0.0.61.94", "m-user-medical" : "0.0.61.95",
"m-home" : "0.0.22.70", "m-home" : "0.0.22.70",
"m-im" : "0.0.20.76", "m-im" : "0.0.20.76",
"m-im-medical" : "0.0.20.82", "m-im-medical" : "0.0.20.82",
...@@ -95,7 +95,7 @@ ext { ...@@ -95,7 +95,7 @@ ext {
"m-consultant" : "0.0.59.91", "m-consultant" : "0.0.59.91",
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user" : "0.0.61.90", "m-user" : "0.0.61.90",
"m-user-medical" : "0.0.61.94", "m-user-medical" : "0.0.61.95",
"m-home" : "0.0.22.70", "m-home" : "0.0.22.70",
"m-im" : "0.0.20.76", "m-im" : "0.0.20.76",
"m-im-medical" : "0.0.20.82", "m-im-medical" : "0.0.20.82",
......
...@@ -157,8 +157,8 @@ interface UserApi { ...@@ -157,8 +157,8 @@ interface UserApi {
/** /**
* 一键登录和本机号码校验 * 一键登录和本机号码校验
*/ */
@POST("api/login/v2/login_direct") @POST("api/client/login/v1/login_direct")
@Headers(YDL_DOMAIN + YDL_DOMAIN_LOGIN_BASE_URL, LOGIN_USER_PORT) @Headers(YDL_DOMAIN + YDL_DOMAIN_JAVA_URL, LOGIN_USER_PORT)
fun autoLogin(@Body body: RequestBody): Observable<BaseResponse<UserResponseBean>> fun autoLogin(@Body body: RequestBody): Observable<BaseResponse<UserResponseBean>>
......
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