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
1c3b8093
Commit
1c3b8093
authored
Sep 05, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor:删除无效代码
parent
5274e109
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
107 deletions
+0
-107
GicMessageDTO.java
...ain/java/com/gic/haoban/manage/api/dto/GicMessageDTO.java
+0
-86
MessageApiService.java
.../com/gic/haoban/manage/api/service/MessageApiService.java
+0
-8
MessageApiServiceImpl.java
...anage/service/service/out/impl/MessageApiServiceImpl.java
+0
-13
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/GicMessageDTO.java
deleted
100644 → 0
View file @
5274e109
package
com
.
gic
.
haoban
.
manage
.
api
.
dto
;
import
java.io.Serializable
;
/**
* Created by tgs on 2020/2/20.
*/
public
class
GicMessageDTO
implements
Serializable
{
private
String
enterpriseId
;
private
String
parentId
;
private
String
parentChain
;
private
String
id
;
//1gic企业部门,2分组,3门店
private
Integer
type
;
private
String
name
;
//1新增,2修改,3删除
private
Integer
changeType
;
private
GicClerkDTO
gicClerkDTO
;
public
String
getEnterpriseId
()
{
return
enterpriseId
;
}
public
void
setEnterpriseId
(
String
enterpriseId
)
{
this
.
enterpriseId
=
enterpriseId
;
}
public
String
getId
()
{
return
id
;
}
public
void
setId
(
String
id
)
{
this
.
id
=
id
;
}
public
Integer
getType
()
{
return
type
;
}
public
void
setType
(
Integer
type
)
{
this
.
type
=
type
;
}
public
String
getName
()
{
return
name
;
}
public
void
setName
(
String
name
)
{
this
.
name
=
name
;
}
public
Integer
getChangeType
()
{
return
changeType
;
}
public
void
setChangeType
(
Integer
changeType
)
{
this
.
changeType
=
changeType
;
}
public
String
getParentId
()
{
return
parentId
;
}
public
void
setParentId
(
String
parentId
)
{
this
.
parentId
=
parentId
;
}
public
String
getParentChain
()
{
return
parentChain
;
}
public
void
setParentChain
(
String
parentChain
)
{
this
.
parentChain
=
parentChain
;
}
public
GicClerkDTO
getGicClerkDTO
()
{
return
gicClerkDTO
;
}
public
void
setGicClerkDTO
(
GicClerkDTO
gicClerkDTO
)
{
this
.
gicClerkDTO
=
gicClerkDTO
;
}
}
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/service/MessageApiService.java
View file @
1c3b8093
package
com
.
gic
.
haoban
.
manage
.
api
.
service
;
package
com
.
gic
.
haoban
.
manage
.
api
.
service
;
import
com.gic.haoban.manage.api.dto.GicMessageDTO
;
import
com.gic.haoban.manage.api.dto.QywxCallBackDTO
;
import
com.gic.haoban.manage.api.dto.QywxCallBackDTO
;
/**
/**
* Created by tgs on 2020/2/20.
* Created by tgs on 2020/2/20.
*/
*/
public
interface
MessageApiService
{
public
interface
MessageApiService
{
/**
* 接收企业微信的推送消息
*
* @param gicMessageDTO
*/
@Deprecated
void
gicMessageReceive
(
GicMessageDTO
gicMessageDTO
);
/**
/**
* 企微自动同步通讯录
* 企微自动同步通讯录
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/MessageApiServiceImpl.java
View file @
1c3b8093
...
@@ -67,19 +67,14 @@ public class MessageApiServiceImpl implements MessageApiService {
...
@@ -67,19 +67,14 @@ public class MessageApiServiceImpl implements MessageApiService {
private
Config
config
;
private
Config
config
;
@Autowired
@Autowired
private
QywxDepartmentApiService
qywxDepartmentApiService
;
private
QywxDepartmentApiService
qywxDepartmentApiService
;
@Autowired
@Autowired
private
QQCloudPicService
qqCloudPicService
;
private
QQCloudPicService
qqCloudPicService
;
@Autowired
@Autowired
private
InnerApiService
innerApiService
;
private
InnerApiService
innerApiService
;
@Autowired
@Autowired
private
StaffClerkRelationApiService
staffClerkRelationApiService
;
private
StaffClerkRelationApiService
staffClerkRelationApiService
;
@Autowired
@Autowired
private
QywxSuiteApiService
qywxSuiteApiService
;
private
QywxSuiteApiService
qywxSuiteApiService
;
@Autowired
@Autowired
private
WxEnterpriseService
wxEnterpriseService
;
private
WxEnterpriseService
wxEnterpriseService
;
@Autowired
@Autowired
...
@@ -96,14 +91,6 @@ public class MessageApiServiceImpl implements MessageApiService {
...
@@ -96,14 +91,6 @@ public class MessageApiServiceImpl implements MessageApiService {
private
QywxUserApiService
qywxUserApiService
;
private
QywxUserApiService
qywxUserApiService
;
@Override
@Override
public
void
gicMessageReceive
(
GicMessageDTO
gicMessageDTO
)
{
if
(
true
)
{
log
.
info
(
"好办3.0去除消息监听"
);
return
;
}
}
@Override
public
void
wxMessageReceive
(
QywxCallBackDTO
qywxCallBackDTO
)
{
public
void
wxMessageReceive
(
QywxCallBackDTO
qywxCallBackDTO
)
{
GicMQClient
clientInstance
=
GICMQClientUtil
.
getClientInstance
();
GicMQClient
clientInstance
=
GICMQClientUtil
.
getClientInstance
();
try
{
try
{
...
...
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