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
5bfeaf6a
Commit
5bfeaf6a
authored
Oct 07, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标签同步
parent
43bf1d61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
TestController.java
.../com/gic/haoban/manage/web/controller/TestController.java
+0
-8
dubbo-haoban-manage-web.xml
...3-web/src/main/webapp/WEB-INF/dubbo-haoban-manage-web.xml
+0
-1
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/TestController.java
View file @
5bfeaf6a
...
...
@@ -97,15 +97,7 @@ public class TestController extends WebBaseController {
private
QywxCorpApiService
qywxCorpApiService
;
@Autowired
private
QwFriendApiService
qwFriendApiService
;
@Autowired
private
QywxTagApiService
qywxTagApiService
;
@RequestMapping
(
"sync-member-tag"
)
public
HaobanResponse
qwcode
(
String
enterpriseId
,
String
memberTagId
)
{
this
.
qywxTagApiService
.
syncTagToQywx
(
enterpriseId
,
memberTagId
)
;
return
this
.
resultResponse
(
HaoBanErrCode
.
ERR_0
);
}
@RequestMapping
(
"/qwcode"
)
public
HaobanResponse
qwcode
(
String
enterpriseId
,
String
unionid
,
String
openid
,
String
wxaUnionid
,
String
code
)
{
return
this
.
resultResponse
(
HaoBanErrCode
.
ERR_0
,
code
);
...
...
haoban-manage3-web/src/main/webapp/WEB-INF/dubbo-haoban-manage-web.xml
View file @
5bfeaf6a
...
...
@@ -14,7 +14,6 @@
<dubbo:application
name=
"haoban-manage3-web"
/>
<dubbo:protocol
name=
"dubbo"
port=
"30009"
/>
<dubbo:reference
interface=
"com.gic.haoban.manage.api.service.QywxTagApiService"
id=
"qywxTagApiService"
timeout=
"10000"
/>
<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.haoban.manage.api.service.chat.GroupChatDataApiService"
id=
"groupChatDataApiService"
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