Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
a2c74fac
Commit
a2c74fac
authored
Jun 12, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企微朋友圈
parent
0a29dc66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
QywxCallbackController.java
.../haoban/manage/web/controller/QywxCallbackController.java
+1
-1
QywxOpenTaskController.java
...an/manage/web/controller/open/QywxOpenTaskController.java
+12
-0
No files found.
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/controller/QywxCallbackController.java
View file @
a2c74fac
...
@@ -135,7 +135,7 @@ public class QywxCallbackController extends WebBaseController {
...
@@ -135,7 +135,7 @@ public class QywxCallbackController extends WebBaseController {
private
void
chat
(
String
uuid
,
JSONObject
json
)
{
private
void
chat
(
String
uuid
,
JSONObject
json
)
{
int
msgtype
=
json
.
getIntValue
(
"msgtype"
);
int
msgtype
=
json
.
getIntValue
(
"msgtype"
);
// 群发任务
// 群发任务
if
(
msgtype
==
573
)
{
if
(
msgtype
==
573
||
msgtype
==
529
)
{
json
.
put
(
"uuid"
,
uuid
);
json
.
put
(
"uuid"
,
uuid
);
this
.
openQwApiService
.
saveNotice
(
json
.
toJSONString
());
this
.
openQwApiService
.
saveNotice
(
json
.
toJSONString
());
return
;
return
;
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/open/QywxOpenTaskController.java
View file @
a2c74fac
...
@@ -726,6 +726,18 @@ public class QywxOpenTaskController {
...
@@ -726,6 +726,18 @@ public class QywxOpenTaskController {
}
}
newType
+=
"社群群发"
;
newType
+=
"社群群发"
;
}
}
if
(
oldSendType
.
contains
(
"3"
))
{
if
(
StringUtils
.
isNotBlank
(
oldType
))
{
oldType
+=
"、"
;
}
oldType
+=
"企微朋友圈"
;
}
if
(
newSendType
.
contains
(
"3"
))
{
if
(
StringUtils
.
isNotBlank
(
newType
))
{
newType
+=
"、"
;
}
newType
+=
"企微朋友圈"
;
}
if
(!
oldType
.
equals
(
newType
))
{
if
(!
oldType
.
equals
(
newType
))
{
logContent2
+=
"执行消息类型从【"
+
oldType
+
"】修改为【"
+
newType
+
"】"
;
logContent2
+=
"执行消息类型从【"
+
oldType
+
"】修改为【"
+
newType
+
"】"
;
}
}
...
...
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