记得上下班打卡 | 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
ebc068d6
Commit
ebc068d6
authored
Dec 09, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jxl_1209_wenan' into pre
parents
d44b61cc
093fe714
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
application-test.yml
liquidnet-bus-config/liquidnet-config/application-test.yml
+5
-5
TextMsgHandler.java
...a/com/liquidnet/service/sweet/handler/TextMsgHandler.java
+1
-3
No files found.
liquidnet-bus-config/liquidnet-config/application-test.yml
View file @
ebc068d6
...
...
@@ -34,31 +34,31 @@ liquidnet:
kylin
:
database
:
255
dbs
:
0,256
host
:
r-2ze7002ckw5u75fguk.redis.rds.aliyuncs.com
host
:
r-2ze7002ckw5u75fguk
pd
.redis.rds.aliyuncs.com
port
:
6380
password
:
PO@B!Iud32
dragon
:
database
:
255
dbs
:
0,256
host
:
r-2ze7002ckw5u75fguk.redis.rds.aliyuncs.com
host
:
r-2ze7002ckw5u75fguk
pd
.redis.rds.aliyuncs.com
port
:
6380
password
:
PO@B!Iud32
sweet
:
database
:
255
dbs
:
0,256
host
:
r-2ze7002ckw5u75fguk.redis.rds.aliyuncs.com
host
:
r-2ze7002ckw5u75fguk
pd
.redis.rds.aliyuncs.com
port
:
6380
password
:
PO@B!Iud32
adam
:
database
:
255
dbs
:
0,256
host
:
r-2ze7002ckw5u75fguk.redis.rds.aliyuncs.com
host
:
r-2ze7002ckw5u75fguk
pd
.redis.rds.aliyuncs.com
port
:
6380
password
:
PO@B!Iud32
candy
:
database
:
255
dbs
:
0,256
host
:
r-2ze7002ckw5u75fguk.redis.rds.aliyuncs.com
host
:
r-2ze7002ckw5u75fguk
pd
.redis.rds.aliyuncs.com
port
:
6380
password
:
PO@B!Iud32
mongodb
:
...
...
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/handler/TextMsgHandler.java
View file @
ebc068d6
...
...
@@ -49,9 +49,7 @@ public class TextMsgHandler implements WxMpMessageHandler {
if
(
StringUtil
.
trim
(
content
).
equals
(
"白日梦"
))
{
redisUtils
.
setStrawberryPosterClick
(
wxMessage
.
getFromUser
(),
10
*
60
);
return
WxMpXmlOutMessage
.
TEXT
().
content
(
"你梦中的草莓音乐节会有怎样的阵容?\n"
+
"不如做一次白日梦,挑选你心水的草莓阵容!\n"
+
"参与活动之前,请先告诉我你的昵称!(直接在对话框输入即可\uD83D\uDC47,9个字以内)"
)
return
WxMpXmlOutMessage
.
TEXT
().
content
(
"参与活动之前,请先告诉我你的昵称!(直接在对话框输入即可\uD83D\uDC47,9个字以内)"
)
.
fromUser
(
wxMessage
.
getToUser
()).
toUser
(
wxMessage
.
getFromUser
())
.
build
();
}
else
if
(
redisUtils
.
getStrawberryPosterClick
(
openId
))
{
...
...
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