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
1
Merge Requests
1
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
14128e99
Commit
14128e99
authored
Sep 07, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
df66801a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
ChatTest.java
haoban-manage3-service/src/test/java/ChatTest.java
+5
-1
No files found.
haoban-manage3-service/src/test/java/ChatTest.java
View file @
14128e99
...
...
@@ -7,6 +7,7 @@ import com.gic.haoban.manage.api.dto.notify.qdto.NotifyMessageBatchQDTO;
import
com.gic.haoban.manage.api.enums.NoticeMessageTypeEnum
;
import
com.gic.haoban.manage.api.service.HandoverOperationApiService
;
import
com.gic.haoban.manage.api.service.QywxTagApiService
;
import
com.gic.haoban.manage.api.service.StaffApiService
;
import
com.gic.haoban.manage.api.service.notify.NoticeMessageApiService
;
import
com.gic.haoban.manage.service.config.Config
;
import
com.gic.haoban.manage.service.service.WxEnterpriseService
;
...
...
@@ -35,10 +36,13 @@ public class ChatTest {
@Autowired
private
HandoverOperationApiService
handoverOperationApiService
;
@Autowired
private
StaffApiService
staffApiService
;
@Test
public
void
test
()
{
this
.
handoverOperationApiService
.
dealQywxEnterpriseHandoverMq
(
"ca66a01b79474c40b3e7c7f93daf1a3b"
)
;
this
.
staffApiService
.
updateStaffHead
(
"ca66a01b79474c40b3e7c7f93daf1a3b"
,
"d7c29cb654b543d1966181c2ec2186ea"
,
"https://pic01-10001430.image.myqcloud.com/04564abc-5e82-4ba7-9ef3-39803438bb2c"
)
;
// this.handoverOperationApiService.dealQywxEnterpriseHandoverMq("ca66a01b79474c40b3e7c7f93daf1a3b") ;
}
@Test
...
...
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