Commit e434ab83 by 洪国微

fix

parent 908c76fd
......@@ -42,8 +42,8 @@ ext {
ydlPublishVersion = [
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.20",
"m-consultant" : "0.0.34",
"m-confide" : "0.0.21",
"m-consultant" : "0.0.35",
"m-course" : "0.0.17",
"m-fm" : "0.0.15",
"m-muse" : "0.0.12",
......@@ -64,7 +64,7 @@ ext {
//第一步
"ydl-platform" : "0.0.24",
//第二步 若干
"ydl-webview" : "0.0.25",
"ydl-webview" : "0.0.26",
"ydl-media" : "0.0.12",
"ydl-pay" : "0.0.9",
"m-audioim" : "0.0.15",
......
......@@ -12,10 +12,10 @@ class ConnectParamJava : BaseCommand {
var id: String = "0" //倾诉id
var type: String = "1" //1 走AxB 2双呼 3声网
var callType:Int? = null //
var callType:String? = null //
constructor() : super()
constructor(id: String, type: String, callType: Int?) : super() {
constructor(id: String, type: String, callType: String?) : super() {
this.id = id
this.type = type
this.callType = callType
......
......@@ -123,7 +123,7 @@ class H5JsBean {
var selectTab:Int = 0
//倾诉拨打电话使用参数
var callType:Int?=null
var callType:String?=null
}
}
}
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