Commit bbb23593 by 徐健

修复导医问题

parent bbdbf5a5
...@@ -43,8 +43,8 @@ ext { ...@@ -43,8 +43,8 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.35", "m-confide" : "0.0.36",
"m-consultant" : "0.0.48", "m-consultant" : "0.0.49",
"m-fm" : "0.0.23", "m-fm" : "0.0.23",
"m-user" : "0.0.39", "m-user" : "0.0.39",
...@@ -71,7 +71,7 @@ ext { ...@@ -71,7 +71,7 @@ ext {
"ydl-webview" : "0.0.28", "ydl-webview" : "0.0.28",
"ydl-media" : "0.0.14", "ydl-media" : "0.0.14",
"ydl-pay" : "0.0.11", "ydl-pay" : "0.0.11",
"m-audioim" : "0.0.35", "m-audioim" : "0.0.36",
//以下 几乎不会动 //以下 几乎不会动
"router" : "0.0.1", "router" : "0.0.1",
...@@ -84,7 +84,7 @@ ext { ...@@ -84,7 +84,7 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.27.1", "m-confide" : "0.0.27.1",
"m-consultant" : "0.0.27", "m-consultant" : "0.0.28",
"m-course" : "0.0.22", "m-course" : "0.0.22",
"m-fm" : "0.0.15", "m-fm" : "0.0.15",
"m-tests" : "0.0.4", "m-tests" : "0.0.4",
......
...@@ -50,6 +50,7 @@ interface AudioNetAPi { ...@@ -50,6 +50,7 @@ interface AudioNetAPi {
/** /**
*通知服务端发送推送 *通知服务端发送推送
*/ */
@Headers( YDL_DOMAIN+ YDL_DOMAIN_JAVA,"Content-Type:application/json")
@POST("api/push/notify/doctor") @POST("api/push/notify/doctor")
fun noticeServerPush(@Body body: RequestBody): Observable<BaseResponse<Any>> fun noticeServerPush(@Body body: RequestBody): Observable<BaseResponse<Any>>
......
...@@ -112,7 +112,7 @@ class ConsultAssistantDialog( ...@@ -112,7 +112,7 @@ class ConsultAssistantDialog(
if (width != 0) { if (width != 0) {
minWidth = width minWidth = width
} else { } else {
minWidth = (RxImageTool.dp2px(60f) * 1.5) as Int minWidth = (RxImageTool.dp2px(60f) * 1.5).toInt()
} }
params.width = minWidth!! params.width = minWidth!!
......
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