Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_backend
Commits
74ba1531
Commit
74ba1531
authored
Dec 19, 2023
by
shiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消息跳转
parent
60f323bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
ch-core/src/main/java/com/wwdz/ch/core/api/OfficialAccountApi.java
...rc/main/java/com/wwdz/ch/core/api/OfficialAccountApi.java
+1
-1
ch-core/src/main/java/com/wwdz/ch/core/entity/ConsignSaleSubscribeMsg.java
...java/com/wwdz/ch/core/entity/ConsignSaleSubscribeMsg.java
+0
-1
No files found.
ch-core/src/main/java/com/wwdz/ch/core/api/OfficialAccountApi.java
View file @
74ba1531
...
@@ -153,7 +153,7 @@ public class OfficialAccountApi {
...
@@ -153,7 +153,7 @@ public class OfficialAccountApi {
Map
<
String
,
Object
>
miniprogramMap
=
new
HashMap
<>();
Map
<
String
,
Object
>
miniprogramMap
=
new
HashMap
<>();
// String link = wxLoginManager.getLink(MSG_URL);
// String link = wxLoginManager.getLink(MSG_URL);
miniprogramMap
.
put
(
"appid"
,
APPLET_APPID
);
miniprogramMap
.
put
(
"appid"
,
APPLET_APPID
);
miniprogramMap
.
put
(
"path"
,
MSG_URL
);
miniprogramMap
.
put
(
"pa
gepa
th"
,
MSG_URL
);
map
.
put
(
"miniprogram"
,
miniprogramMap
);
map
.
put
(
"miniprogram"
,
miniprogramMap
);
map
.
put
(
"data"
,
abstractSubscribeMsg
.
getTempletParam
());
map
.
put
(
"data"
,
abstractSubscribeMsg
.
getTempletParam
());
logger
.
info
(
"============ 公众号模板消息内容 : {}"
,
JsonUtils
.
fromMap
(
map
));
logger
.
info
(
"============ 公众号模板消息内容 : {}"
,
JsonUtils
.
fromMap
(
map
));
...
...
ch-core/src/main/java/com/wwdz/ch/core/entity/ConsignSaleSubscribeMsg.java
View file @
74ba1531
...
@@ -59,7 +59,6 @@ public class ConsignSaleSubscribeMsg implements Entity, AbstractSubscribeMsg{
...
@@ -59,7 +59,6 @@ public class ConsignSaleSubscribeMsg implements Entity, AbstractSubscribeMsg{
@Override
@Override
public
String
getTempletId
()
{
public
String
getTempletId
()
{
return
templetId
;
return
templetId
;
...
...
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