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
94b3d5d5
Commit
94b3d5d5
authored
Jun 12, 2024
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企微托管
parent
dca63b77
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
QywxOpenController.java
...oban/manage/web/controller/haoban/QywxOpenController.java
+1
-1
dubbo-haoban-manage-wx.xml
...ge3-wx/src/main/webapp/WEB-INF/dubbo-haoban-manage-wx.xml
+2
-1
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/haoban/QywxOpenController.java
View file @
94b3d5d5
...
@@ -45,7 +45,7 @@ public class QywxOpenController {
...
@@ -45,7 +45,7 @@ public class QywxOpenController {
String
enterpriseId
=
dto
.
getEnterpriseId
()
;
String
enterpriseId
=
dto
.
getEnterpriseId
()
;
if
(
dto
.
getStatusFlag
()==
1
)
{
if
(
dto
.
getStatusFlag
()==
1
)
{
if
(
authFlag
==
1
)
{
if
(
authFlag
==
1
)
{
return
RestResponse
.
failure
(
"9999"
,
"无
效
授权,账号托管中"
);
return
RestResponse
.
failure
(
"9999"
,
"无
需
授权,账号托管中"
);
}
}
vo
.
setStatusFlag
(
1
);
vo
.
setStatusFlag
(
1
);
}
else
{
}
else
{
...
...
haoban-manage3-wx/src/main/webapp/WEB-INF/dubbo-haoban-manage-wx.xml
View file @
94b3d5d5
...
@@ -12,7 +12,8 @@
...
@@ -12,7 +12,8 @@
<!-- 应用名称 -->
<!-- 应用名称 -->
<dubbo:application
name=
"haoban-manage3-wx"
/>
<dubbo:application
name=
"haoban-manage3-wx"
/>
<dubbo:protocol
name=
"dubbo"
port=
"30010"
/>
<dubbo:protocol
name=
"dubbo"
port=
"30010"
/>
<dubbo:reference
interface=
"com.gic.haoban.manage.api.service.OpenStaffApiService"
id=
"openStaffApiService"
/>
<dubbo:reference
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatPlanApiService"
id=
"groupChatPlanApiService"
/>
<dubbo:reference
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatPlanApiService"
id=
"groupChatPlanApiService"
/>
<dubbo:reference
interface=
"com.gic.member.api.service.GradeService"
id=
"gradeService"
/>
<dubbo:reference
interface=
"com.gic.member.api.service.GradeService"
id=
"gradeService"
/>
<dubbo:reference
interface=
"com.gic.ecm.api.service.EcmPlanService"
id=
"ecmPlanService"
/>
<dubbo:reference
interface=
"com.gic.ecm.api.service.EcmPlanService"
id=
"ecmPlanService"
/>
...
...
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