记得上下班打卡 | 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
55d4cce7
Commit
55d4cce7
authored
Nov 26, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小程序卡片
parent
a2b6b0d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
StrawberryPosterHandler.java
...uidnet/service/sweet/handler/StrawberryPosterHandler.java
+4
-1
No files found.
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/handler/StrawberryPosterHandler.java
View file @
55d4cce7
...
@@ -39,13 +39,16 @@ public class StrawberryPosterHandler implements WxMpMessageHandler {
...
@@ -39,13 +39,16 @@ public class StrawberryPosterHandler implements WxMpMessageHandler {
redisUtils
.
setStrawberryPosterClick
(
wxMessage
.
getFromUser
(),
10
*
60
);
redisUtils
.
setStrawberryPosterClick
(
wxMessage
.
getFromUser
(),
10
*
60
);
// test 小程序卡片
// test 小程序卡片
WxMpKefuMessage
.
MINIPROGRAMPAGE
()
WxMpKefuMessage
message
=
WxMpKefuMessage
.
MINIPROGRAMPAGE
()
.
appId
(
maConfigure
.
getWxMaAppid
(
4
))
.
appId
(
maConfigure
.
getWxMaAppid
(
4
))
.
pagePath
(
"/pages/index"
)
.
pagePath
(
"/pages/index"
)
.
thumbMediaId
(
"ov08q51In7bXX6tXv7FewxFNN0G78n-pPRsbi3LZbPE"
)
.
thumbMediaId
(
"ov08q51In7bXX6tXv7FewxFNN0G78n-pPRsbi3LZbPE"
)
.
title
(
"正在摩登"
)
.
title
(
"正在摩登"
)
.
toUser
(
wxMessage
.
getFromUser
())
.
toUser
(
wxMessage
.
getFromUser
())
.
build
();
.
build
();
// 设置消息的内容等信息
wxMpService
.
getKefuService
().
sendKefuMessage
(
message
);
// TODO: 2021/11/25 线上改成正规文案
// TODO: 2021/11/25 线上改成正规文案
return
WxMpXmlOutMessage
.
TEXT
().
content
(
"您已进入活动,请回复姓名,zhengzai.tv, 10分钟内回复有效"
)
return
WxMpXmlOutMessage
.
TEXT
().
content
(
"您已进入活动,请回复姓名,zhengzai.tv, 10分钟内回复有效"
)
...
...
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