Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
徐少华
midjourney-proxy
Commits
3093bcde
Commit
3093bcde
authored
Apr 02, 2020
by
吴博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1002610 add param
parent
2b38c0e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
SelfPushBizImpl.java
...n/java/com/pcloud/book/push/biz/impl/SelfPushBizImpl.java
+1
-1
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/push/biz/impl/SelfPushBizImpl.java
View file @
3093bcde
...
@@ -588,7 +588,7 @@ public class SelfPushBizImpl implements SelfPushBiz {
...
@@ -588,7 +588,7 @@ public class SelfPushBizImpl implements SelfPushBiz {
}
}
sendMomentsDTO
.
setMomentType
(
BusinessConstant
.
MomentTypeEnum
.
SEND_WX_MINI
);
sendMomentsDTO
.
setMomentType
(
BusinessConstant
.
MomentTypeEnum
.
SEND_WX_MINI
);
sendMomentsDTO
.
setContent
(
byId
.
getAppletsId
());
//小程序id
sendMomentsDTO
.
setContent
(
byId
.
getAppletsId
());
//小程序id
sendMomentsDTO
.
setLink
(
byId
.
getAppletsUrl
()
);
//小程序访问地址
sendMomentsDTO
.
setLink
(
byId
.
getAppletsUrl
()
+
"?wxId="
+
userWxIds
.
get
(
0
));
//小程序访问地址增加参数
sendMomentsDTO
.
setImages
(
userWxIds
);
//发送人
sendMomentsDTO
.
setImages
(
userWxIds
);
//发送人
sendMomentsDTO
.
setLinkTitle
(
byId
.
getSlogan
());
//小程序宣传语
sendMomentsDTO
.
setLinkTitle
(
byId
.
getSlogan
());
//小程序宣传语
sendMomentsDTO
.
setLinkDesc
(
byId
.
getSloganImgUrl
());
//小程序宣传图
sendMomentsDTO
.
setLinkDesc
(
byId
.
getSloganImgUrl
());
//小程序宣传图
...
...
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