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
b2a58df1
Commit
b2a58df1
authored
Feb 02, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api
parent
5817fb4d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
+3
-1
WxEnterpriseActiveDataApiServiceImpl.java
...ervice/out/impl/WxEnterpriseActiveDataApiServiceImpl.java
+1
-1
dubbo-haoban-manage-service.xml
...ervice/src/main/resources/dubbo-haoban-manage-service.xml
+1
-0
dubbo-haoban-manage-web.xml
...3-web/src/main/webapp/WEB-INF/dubbo-haoban-manage-web.xml
+1
-0
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/WxEnterpriseActiveDataApiServiceImpl.java
View file @
b2a58df1
...
@@ -15,7 +15,7 @@ import cn.hutool.core.util.ObjectUtil;
...
@@ -15,7 +15,7 @@ import cn.hutool.core.util.ObjectUtil;
* @Author: wenhua
* @Author: wenhua
* @Date: 2023/2/2 10:21
* @Date: 2023/2/2 10:21
*/
*/
@Service
@Service
(
"wxEnterpriseActiveDataApiService"
)
public
class
WxEnterpriseActiveDataApiServiceImpl
implements
WxEnterpriseActiveDataApiService
{
public
class
WxEnterpriseActiveDataApiServiceImpl
implements
WxEnterpriseActiveDataApiService
{
@Autowired
@Autowired
private
WxEnterpriseActiveDataService
wxEnterpriseActiveDataService
;
private
WxEnterpriseActiveDataService
wxEnterpriseActiveDataService
;
...
...
haoban-manage3-service/src/main/resources/dubbo-haoban-manage-service.xml
View file @
b2a58df1
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
<constructor-arg
index=
"0"
value=
"haoban-manage-service"
/>
<constructor-arg
index=
"0"
value=
"haoban-manage-service"
/>
</bean>
</bean>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.WxEnterpriseActiveDataApiService"
ref=
"wxEnterpriseActiveDataApiService"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatDataApiService"
ref=
"groupChatDataApiService"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatDataApiService"
ref=
"groupChatDataApiService"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatPlanApiService"
ref=
"groupChatPlanApiService"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatPlanApiService"
ref=
"groupChatPlanApiService"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatHmApiService"
ref=
"groupChatHmApiService"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatHmApiService"
ref=
"groupChatHmApiService"
timeout=
"10000"
/>
...
...
haoban-manage3-web/src/main/webapp/WEB-INF/dubbo-haoban-manage-web.xml
View file @
b2a58df1
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
<dubbo:protocol
name=
"dubbo"
port=
"30009"
/>
<dubbo:protocol
name=
"dubbo"
port=
"30009"
/>
<dubbo:reference
interface=
"com.gic.haoban.manage.api.service.WxEnterpriseActiveDataApiService"
id=
"wxEnterpriseActiveDataApiService"
timeout=
"10000"
/>
<dubbo:reference
interface=
"com.gic.enterprise.api.service.DownloadReportService"
id=
"downloadReportService"
timeout=
"10000"
/>
<dubbo:reference
interface=
"com.gic.enterprise.api.service.DownloadReportService"
id=
"downloadReportService"
timeout=
"10000"
/>
<dubbo:reference
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatDataApiService"
id=
"groupChatDataApiService"
timeout=
"10000"
/>
<dubbo:reference
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatDataApiService"
id=
"groupChatDataApiService"
timeout=
"10000"
/>
<dubbo:reference
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatPlanApiService"
id=
"groupChatPlanApiService"
timeout=
"10000"
/>
<dubbo:reference
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatPlanApiService"
id=
"groupChatPlanApiService"
timeout=
"10000"
/>
...
...
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