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
ecf3abfe
Commit
ecf3abfe
authored
Jan 07, 2021
by
YKai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:接口代码调整
parent
543c6b6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
UserApi.kt
m-user/src/main/java/com/yidianling/user/http/UserApi.kt
+1
-1
No files found.
m-user/src/main/java/com/yidianling/user/http/UserApi.kt
View file @
ecf3abfe
...
...
@@ -9,7 +9,6 @@ import com.ydl.ydlcommon.data.http.BaseResponse
import
com.yidianling.user.api.bean.UserResponseBean
import
com.yidianling.user.bean.CollectFocusItemBean
import
com.yidianling.user.http.response.*
import
com.yidianling.user.mine.bean.RedPackDataForRegister
import
com.yidianling.user.mine.bean.RedPacketId
import
io.reactivex.Observable
import
okhttp3.RequestBody
...
...
@@ -120,6 +119,7 @@ interface UserApi {
//检查手机号来源
@GET
(
"user/phone_detection"
)
@Headers
(
YDL_DOMAIN
+
YDL_DOMAIN_JAVA
)
// @Headers("Content-type:application/json;charset=UTF-8","userPort:1")
fun
checkPhoneStatus
(
@Query
(
"phone"
)
phone
:
String
,
@Query
(
"countryCode"
)
countryCode
:
String
):
Observable
<
BaseResponse
<
ChcekPhoneResponeBean
>>
//服务端校验阿里一键认证
...
...
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