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
c6462438
Commit
c6462438
authored
Jul 22, 2020
by
桂前礼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: [1003282] 小睿入群流程优化-webview公众号长按识别直接入群方案
parent
efb1dd6a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
WeixinQrcodeBizImpl.java
...a/com/pcloud/book/group/biz/impl/WeixinQrcodeBizImpl.java
+3
-3
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/group/biz/impl/WeixinQrcodeBizImpl.java
View file @
c6462438
...
...
@@ -204,10 +204,10 @@ public class WeixinQrcodeBizImpl implements WeixinQrcodeBiz {
com
.
pcloud
.
promotion
.
fission
.
dto
.
UpdateQrDTO
updateQr
=
new
com
.
pcloud
.
promotion
.
fission
.
dto
.
UpdateQrDTO
();
BeanUtils
.
copyProperties
(
updateQrDTO
,
updateQr
);
promotionConsr
.
updateQrUrl
(
updateQr
);
//
部分群
需要更新永久素材
if
(
"pro"
.
equals
(
envStr
)
&&
updateQrDTO
.
getId
().
equals
(
41152L
)
){
//
更新群的同时
需要更新永久素材
if
(
"pro"
.
equals
(
envStr
)){
updateMediaId
(
updateQrDTO
,
66057L
,
"L6BtF7zqCqBhtLlyVcDtm7_owz_L9ZR9ZAwzxzCZaXw"
);
}
else
if
(
"test"
.
equals
(
envStr
)
&&
updateQrDTO
.
getId
().
equals
(
29984L
)
){
}
else
if
(
"test"
.
equals
(
envStr
)){
updateMediaId
(
updateQrDTO
,
50674L
,
"0VyyKa3G6YER2UJs_GAVV4dow0gLZ2QBeQwuAe1PpP0"
);
}
}
...
...
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