记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
3e95cdb4
Commit
3e95cdb4
authored
Jun 19, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into test
parents
25b5e3f3
4a136370
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
4 deletions
+23
-4
application-client-admin-web.yml
...n-web/src/main/resources/application-client-admin-web.yml
+3
-3
application-dev.yml
...t-client-admin-web/src/main/resources/application-dev.yml
+4
-0
application-test.yml
...-client-admin-web/src/main/resources/application-test.yml
+5
-0
update.html
...in/resources/templates/zhengzai/kylin/banners/update.html
+11
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/application-client-admin-web.yml
View file @
3e95cdb4
...
@@ -94,9 +94,9 @@ spring:
...
@@ -94,9 +94,9 @@ spring:
database
:
${liquidnet.mongodb.database}
database
:
${liquidnet.mongodb.database}
redis
:
redis
:
database
:
15
database
:
15
port
:
6379
port
:
${liquidnet.redis.port}
host
:
39.106.122.201
host
:
${liquidnet.redis.host}
password
:
3Xa%8p
password
:
${liquidnet.redis.password}
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
8
max-active
:
8
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/application-dev.yml
View file @
3e95cdb4
...
@@ -31,6 +31,10 @@ liquidnet:
...
@@ -31,6 +31,10 @@ liquidnet:
pwd
:
S&y$6d*JwJ
pwd
:
S&y$6d*JwJ
sslEnabled
:
false
sslEnabled
:
false
database
:
dev_ln_scene
database
:
dev_ln_scene
redis
:
host
:
39.106.122.201
port
:
6379
password
:
3Xa%8p
url-refund
:
url-refund
:
apply
:
"
http://testpay.zhengzai.tv/refund/single"
apply
:
"
http://testpay.zhengzai.tv/refund/single"
notify
:
"
https://devkylin.zhengzai.tv/kylin/refund/callback"
notify
:
"
https://devkylin.zhengzai.tv/kylin/refund/callback"
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/application-test.yml
View file @
3e95cdb4
...
@@ -31,6 +31,11 @@ liquidnet:
...
@@ -31,6 +31,11 @@ liquidnet:
pwd
:
$hAh4SGcDQ
pwd
:
$hAh4SGcDQ
sslEnabled
:
false
sslEnabled
:
false
database
:
test_ln_scene
database
:
test_ln_scene
redis
:
host
:
r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
# host: r-2zefzyjbij5vbez65y.redis.rds.aliyuncs.com
port
:
6380
password
:
PO@B!Iud32
url-refund
:
url-refund
:
apply
:
"
http://testpay.zhengzai.tv/refund/single"
apply
:
"
http://testpay.zhengzai.tv/refund/single"
notify
:
"
https://testkylin.zhengzai.tv/kylin/refund/callback"
notify
:
"
https://testkylin.zhengzai.tv/kylin/refund/callback"
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/banners/update.html
View file @
3e95cdb4
...
@@ -337,7 +337,7 @@
...
@@ -337,7 +337,7 @@
var
data
=
[];
var
data
=
[];
var
html
=
'<option value="">--请选择--</option>'
;
var
html
=
'<option value="">--请选择--</option>'
;
if
(
6
==
targetType
)
{
if
(
6
==
targetType
)
{
data
=
result
.
rows
;
data
=
result
.
value
;
for
(
var
i
=
0
,
l
=
data
.
length
;
i
<
l
;
i
++
)
{
for
(
var
i
=
0
,
l
=
data
.
length
;
i
<
l
;
i
++
)
{
html
+=
'<option value="'
+
data
[
i
].
performancesId
+
'">'
+
data
[
i
].
title
+
'</option>'
;
html
+=
'<option value="'
+
data
[
i
].
performancesId
+
'">'
+
data
[
i
].
title
+
'</option>'
;
}
}
...
@@ -346,6 +346,16 @@
...
@@ -346,6 +346,16 @@
for
(
var
i
=
0
,
l
=
data
.
length
;
i
<
l
;
i
++
)
{
for
(
var
i
=
0
,
l
=
data
.
length
;
i
<
l
;
i
++
)
{
html
+=
'<option value="'
+
data
[
i
].
roadShowId
+
'">'
+
data
[
i
].
title
+
'</option>'
;
html
+=
'<option value="'
+
data
[
i
].
roadShowId
+
'">'
+
data
[
i
].
title
+
'</option>'
;
}
}
}
else
if
(
24
==
targetType
)
{
data
=
result
.
data
;
for
(
var
i
=
0
,
l
=
data
.
length
;
i
<
l
;
i
++
)
{
html
+=
'<option value="'
+
data
[
i
].
id
+
'">'
+
data
[
i
].
collect_name
+
'</option>'
;
}
}
else
if
(
26
==
targetType
)
{
data
=
result
.
data
;
for
(
var
i
=
0
,
l
=
data
.
length
;
i
<
l
;
i
++
)
{
html
+=
'<option value="'
+
data
[
i
].
id
+
'">'
+
data
[
i
].
name
+
'</option>'
;
}
}
else
{
}
else
{
data
=
result
.
data
data
=
result
.
data
for
(
var
i
=
0
,
l
=
data
.
length
;
i
<
l
;
i
++
)
{
for
(
var
i
=
0
,
l
=
data
.
length
;
i
<
l
;
i
++
)
{
...
...
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