Commit 0dd477c6 by YKai

feat: 账号注销历史bug修复

parent 5c033442
......@@ -8,7 +8,7 @@ ext {
"m-confide" : "0.0.49.10",
"m-consultant" : "0.0.59.91",
"m-fm" : "0.0.30.03",
"m-user-medical" : "0.0.62.00",
"m-user-medical" : "0.0.62.05",
"m-home" : "0.0.22.70",
"m-im-medical" : "0.0.21.42",
"m-dynamic" : "0.0.7.28",
......@@ -92,7 +92,7 @@ ext {
"m-confide" : "0.0.49.10",
"m-consultant" : "0.0.59.91",
"m-fm" : "0.0.30.01",
"m-user-medical" : "0.0.62.00",
"m-user-medical" : "0.0.62.05",
"m-home" : "0.0.22.70",
"m-im-medical" : "0.0.21.42",
"m-dynamic" : "0.0.7.28",
......
......@@ -243,10 +243,9 @@ interface UserApi {
/**
* 用户注销账号
*/
@FormUrlEncoded
@POST("user/forbid_login")
@Headers(YDL_DOMAIN + YDL_DOMAIN_JAVA_URL)
fun userForbidLogin(@FieldMap params: Map<String, String>): Observable<BaseAPIResponse<Boolean>>
@POST("api/user/forbid_login")
@Headers(YDL_DOMAIN + YDL_DOMAIN_LOGIN_BASE_URL, LOGIN_USER_PORT)
fun userForbidLogin(@Body params: Map<String, String>): Observable<BaseAPIResponse<Boolean>>
/**
* 是否需要强绑定手机号
......
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