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
927c400b
Commit
927c400b
authored
Jan 24, 2022
by
xugaojun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[鸿星尔克定制开发]:方法启用、增加回调参数
parent
1573997a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
4 deletions
+29
-4
QywxCallBackDTO.java
...n/java/com/gic/haoban/manage/api/dto/QywxCallBackDTO.java
+29
-2
MessageApiService.java
.../com/gic/haoban/manage/api/service/MessageApiService.java
+0
-2
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/QywxCallBackDTO.java
View file @
927c400b
...
@@ -17,8 +17,14 @@ public class QywxCallBackDTO implements Serializable{
...
@@ -17,8 +17,14 @@ public class QywxCallBackDTO implements Serializable{
/**1男 2女***/
/**1男 2女***/
private
Integer
gender
;
private
Integer
gender
;
private
String
alias
;
private
String
alias
;
private
String
mainDepartment
;
/**
* 是否是所在部门负责人 1 是 0 否 例 1,0,0
*/
private
Integer
[]
isLeaderInDept
;
private
String
[]
department
;
private
String
[]
department
;
private
String
newUserid
;
private
String
newUserid
;
private
String
telephone
;
private
String
mobile
;
private
String
mobile
;
private
String
position
;
private
String
position
;
private
Integer
status
;
//激活状态:1=激活或关注, 2=禁用, 4=未激活
private
Integer
status
;
//激活状态:1=激活或关注, 2=禁用, 4=未激活
...
@@ -200,6 +206,27 @@ public class QywxCallBackDTO implements Serializable{
...
@@ -200,6 +206,27 @@ public class QywxCallBackDTO implements Serializable{
this
.
status
=
status
;
this
.
status
=
status
;
}
}
public
String
getMainDepartment
()
{
return
mainDepartment
;
}
public
void
setMainDepartment
(
String
mainDepartment
)
{
this
.
mainDepartment
=
mainDepartment
;
}
public
Integer
[]
getIsLeaderInDept
()
{
return
isLeaderInDept
;
}
public
void
setIsLeaderInDept
(
Integer
[]
isLeaderInDept
)
{
this
.
isLeaderInDept
=
isLeaderInDept
;
}
public
String
getTelephone
()
{
return
telephone
;
}
public
void
setTelephone
(
String
telephone
)
{
this
.
telephone
=
telephone
;
}
}
}
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/service/MessageApiService.java
View file @
927c400b
...
@@ -20,14 +20,12 @@ public interface MessageApiService {
...
@@ -20,14 +20,12 @@ public interface MessageApiService {
*
*
* @param qywxCallBackDTO
* @param qywxCallBackDTO
*/
*/
@Deprecated
void
wxMessageReceive
(
QywxCallBackDTO
qywxCallBackDTO
);
void
wxMessageReceive
(
QywxCallBackDTO
qywxCallBackDTO
);
/**
/**
* 队列消费企业微信推送数据
* 队列消费企业微信推送数据
* @param param
* @param param
*/
*/
@Deprecated
void
dealWxMessage
(
String
param
);
void
dealWxMessage
(
String
param
);
/**
/**
* 发送消费消息
* 发送消费消息
...
...
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