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
9446d68a
Commit
9446d68a
authored
Dec 07, 2024
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
群发-获取msgid
parent
8ef2c30a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
GroupChatPlanApiService.java
...oban/manage/api/service/chat/GroupChatPlanApiService.java
+6
-0
GroupChatPlanApiServiceImpl.java
...ce/service/out/impl/chat/GroupChatPlanApiServiceImpl.java
+6
-0
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/service/chat/GroupChatPlanApiService.java
View file @
9446d68a
...
...
@@ -79,4 +79,10 @@ public interface GroupChatPlanApiService {
public
ServiceResponse
<
Integer
>
getTotalCount
(
String
enterpriseId
,
String
clerkId
,
String
storeId
);
void
staffSendResult
(
StaffSendResultQDTO
qdto
);
/**
* 获取msgid(非社群群发)
* @return
*/
String
getQwMsgId
(
String
staffId
,
Date
sendTime
)
;
}
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/chat/GroupChatPlanApiServiceImpl.java
View file @
9446d68a
package
com
.
gic
.
haoban
.
manage
.
service
.
service
.
out
.
impl
.
chat
;
import
com.gic.haoban.manage.api.qdto.StaffSendResultQDTO
;
import
com.gic.haoban.manage.service.service.content.impl.GroupMessageServiceImpl
;
import
org.apache.commons.lang3.StringUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
...
...
@@ -175,4 +176,9 @@ public class GroupChatPlanApiServiceImpl implements GroupChatPlanApiService {
public
void
staffSendResult
(
StaffSendResultQDTO
qdto
)
{
this
.
groupChatPlanService
.
staffSendResult
(
qdto
);
}
@Override
public
String
getQwMsgId
(
String
staffId
,
Date
sendTime
)
{
return
this
.
groupChatPlanService
.
getQwMsgId
(
staffId
,
sendTime
,
GroupMessageServiceImpl
.
GroupMsgChatType
.
single
);
}
}
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