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
e434ab83
Commit
e434ab83
authored
Nov 21, 2019
by
洪国微
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
908c76fd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
config.gradle
config.gradle
+3
-3
ConnectParamJava.kt
m-confide/src/main/java/com/ydl/confide/home/bean/ConnectParamJava.kt
+2
-2
H5JsBean.kt
ydl-webview/src/main/java/com/ydl/webview/H5JsBean.kt
+1
-1
No files found.
config.gradle
View file @
e434ab83
...
...
@@ -42,8 +42,8 @@ ext {
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.2
0
"
,
"m-consultant"
:
"0.0.3
4
"
,
"m-confide"
:
"0.0.2
1
"
,
"m-consultant"
:
"0.0.3
5
"
,
"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.2
5
"
,
"ydl-webview"
:
"0.0.2
6
"
,
"ydl-media"
:
"0.0.12"
,
"ydl-pay"
:
"0.0.9"
,
"m-audioim"
:
"0.0.15"
,
...
...
m-confide/src/main/java/com/ydl/confide/home/bean/ConnectParamJava.kt
View file @
e434ab83
...
...
@@ -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
...
...
ydl-webview/src/main/java/com/ydl/webview/H5JsBean.kt
View file @
e434ab83
...
...
@@ -123,7 +123,7 @@ class H5JsBean {
var
selectTab
:
Int
=
0
//倾诉拨打电话使用参数
var
callType
:
Int
?=
null
var
callType
:
String
?=
null
}
}
}
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