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
4974e23c
Commit
4974e23c
authored
Mar 25, 2020
by
徐健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
私聊部分的逻辑完成
parent
0beefca2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
config.gradle
config.gradle
+2
-2
ImRetrofitApi.kt
m-im/src/main/java/com/yidianling/im/http/ImRetrofitApi.kt
+1
-1
im_user_info_dialog_layout.xml
m-im/src/main/res_uikit/layout/im_user_info_dialog_layout.xml
+2
-2
No files found.
config.gradle
View file @
4974e23c
ext
{
kotlin_version
=
"1.3.21"
dev_mode
=
tru
e
dev_mode
=
fals
e
ydl_app
=
[
appName
:
"心理咨询壹点灵"
,
...
...
@@ -47,7 +47,7 @@ ext {
"m-fm"
:
"0.0.29.3"
,
"m-user"
:
"0.0.60.1"
,
"m-home"
:
"0.0.19.1"
,
"m-im"
:
"0.0.17.
0
"
,
"m-im"
:
"0.0.17.
2
"
,
"m-dynamic"
:
"0.0.7.5"
,
"m-muse"
:
"0.0.28.9"
,
...
...
m-im/src/main/java/com/yidianling/im/http/ImRetrofitApi.kt
View file @
4974e23c
...
...
@@ -43,7 +43,7 @@ interface ImRetrofitApi {
fun
getUserType
(
@Query
(
"targetUid"
)
uid
:
String
):
Observable
<
BaseResponse
<
UserTypeBean
>>
//根据专家uid获取私聊的目标uid(有可能是专家uid,有可能是助理uid)
@GET
(
"
doctor
/chat-user"
)
@GET
(
"
consult/assistant
/chat-user"
)
@Headers
(
YDL_DOMAIN
+
YDL_DOMAIN_JAVA
)
fun
getChatUid
(
@Query
(
"doctorUid"
)
uid
:
String
):
Observable
<
BaseAPIResponse
<
DoctorAssistantRespDtoBean
>>
...
...
m-im/src/main/res_uikit/layout/im_user_info_dialog_layout.xml
View file @
4974e23c
...
...
@@ -116,7 +116,7 @@
android:orientation=
"horizontal"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"
42
dp"
>
android:layout_marginBottom=
"
30
dp"
>
<TextView
android:id=
"@+id/user_info_dialog_questionDes_left_tv"
...
...
@@ -132,7 +132,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignParentRight=
"true"
app:maxHeight=
"
75
dp"
>
app:maxHeight=
"
150
dp"
>
<TextView
android:gravity=
"left"
android:id=
"@+id/user_info_dialog_questionDes_tv"
...
...
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