Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
9a97b5d9
Commit
9a97b5d9
authored
Mar 05, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:合并分支
parent
8e481665
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
config.gradle
config.gradle
+4
-4
UserApi.kt
m-user/src/main/java/com/yidianling/user/http/UserApi.kt
+0
-3
No files found.
config.gradle
View file @
9a97b5d9
...
@@ -8,7 +8,7 @@ ext {
...
@@ -8,7 +8,7 @@ ext {
"m-confide"
:
"0.0.48.92"
,
"m-confide"
:
"0.0.48.92"
,
"m-consultant"
:
"0.0.59.65"
,
"m-consultant"
:
"0.0.59.65"
,
"m-fm"
:
"0.0.30.01"
,
"m-fm"
:
"0.0.30.01"
,
"m-user"
:
"0.0.61.0
8
"
,
"m-user"
:
"0.0.61.0
9
"
,
"m-home"
:
"0.0.22.53"
,
"m-home"
:
"0.0.22.53"
,
"m-im"
:
"0.0.18.35"
,
"m-im"
:
"0.0.18.35"
,
"m-dynamic"
:
"0.0.7.19"
,
"m-dynamic"
:
"0.0.7.19"
,
...
@@ -33,7 +33,7 @@ ext {
...
@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//-------------- 功能组件 --------------
//第一步
//第一步
"ydl-platform"
:
"0.0.39.8
4
"
,
"ydl-platform"
:
"0.0.39.8
5
"
,
//第二步 若干
//第二步 若干
"ydl-webview"
:
"0.0.38.36"
,
"ydl-webview"
:
"0.0.38.36"
,
...
@@ -91,7 +91,7 @@ ext {
...
@@ -91,7 +91,7 @@ ext {
"m-confide"
:
"0.0.48.92"
,
"m-confide"
:
"0.0.48.92"
,
"m-consultant"
:
"0.0.59.65"
,
"m-consultant"
:
"0.0.59.65"
,
"m-fm"
:
"0.0.30.01"
,
"m-fm"
:
"0.0.30.01"
,
"m-user"
:
"0.0.61.0
4
"
,
"m-user"
:
"0.0.61.0
9
"
,
"m-home"
:
"0.0.22.54"
,
"m-home"
:
"0.0.22.54"
,
"m-im"
:
"0.0.18.34"
,
"m-im"
:
"0.0.18.34"
,
"m-dynamic"
:
"0.0.7.19"
,
"m-dynamic"
:
"0.0.7.19"
,
...
@@ -114,7 +114,7 @@ ext {
...
@@ -114,7 +114,7 @@ ext {
//-------------- 功能组件 --------------
//-------------- 功能组件 --------------
//第一步
//第一步
"ydl-platform"
:
"0.0.39.8
4
"
,
"ydl-platform"
:
"0.0.39.8
5
"
,
//第二步 若干
//第二步 若干
"ydl-webview"
:
"0.0.38.36"
,
"ydl-webview"
:
"0.0.38.36"
,
...
...
m-user/src/main/java/com/yidianling/user/http/UserApi.kt
View file @
9a97b5d9
...
@@ -228,9 +228,6 @@ interface UserApi {
...
@@ -228,9 +228,6 @@ interface UserApi {
@POST
(
"login/v2/unbind_wechat_qq"
)
@POST
(
"login/v2/unbind_wechat_qq"
)
@Headers
(
YDL_DOMAIN
+
YDL_DOMAIN_LOGIN_BASE_URL
,
LOGIN_USER_PORT
)
@Headers
(
YDL_DOMAIN
+
YDL_DOMAIN_LOGIN_BASE_URL
,
LOGIN_USER_PORT
)
fun
unBindThirdLogin
(
@Body
body
:
RequestBody
):
Observable
<
BaseResponse
<
Any
>>
fun
unBindThirdLogin
(
@Body
body
:
RequestBody
):
Observable
<
BaseResponse
<
Any
>>
fun
getNewUserJumpUrl
(
@FieldMap
params
:
Map
<
String
,
String
>):
Observable
<
BaseAPIResponse
<
String
>>
//获取新用户引导页面url
//用户注销账号
//用户注销账号
@FormUrlEncoded
@FormUrlEncoded
@POST
(
"user/forbid_login"
)
@POST
(
"user/forbid_login"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment