Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
2a7f93f4
Commit
2a7f93f4
authored
Apr 18, 2022
by
龙于生
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增消息队列字段
parent
d9e6f880
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
src/main/java/cn/timer/api/controller/zpgl/ZpglWxgzptController.java
+1
-0
src/main/java/cn/timer/api/dto/wxgzh/MessageQueueDto.java
+10
-0
No files found.
src/main/java/cn/timer/api/controller/zpgl/ZpglWxgzptController.java
View file @
2a7f93f4
...
...
@@ -287,6 +287,7 @@ public class ZpglWxgzptController {
mqd
.
setMobile
(
"18212310017"
);
//手机号
mqd
.
setType
(
2
);
//类型(1 短信,2 邮件,3 微信模板消息)
mqd
.
setWxgzhType
(
1
);
//公众号类型 1:8小时企业管理 2:优领人才网
mqd
.
setTiming
(
1
);
//1 即时发送,2 定时发送
mqd
.
setTemplateId
(
"Uz6mVUYk9Tu7EO2V1pqiQ3x4EudDJTYWdaFtdf64h3M"
);
//模板id
mqd
.
setUrl
(
null
);
//网页地址
mqd
.
setWxxcxPageId
(
null
);
//小程序页面地址
...
...
src/main/java/cn/timer/api/dto/wxgzh/MessageQueueDto.java
View file @
2a7f93f4
...
...
@@ -45,6 +45,16 @@ public class MessageQueueDto {
private
Integer
status
;
/**
* 0 即时发送,1 定时发送
*/
private
Integer
timing
;
/**
* 定时发送时间
*/
private
Date
sendtime
;
/**
* 手机号码
*/
private
String
mobile
;
...
...
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