Commit bbb23593 by 徐健

修复导医问题

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