Commit 5bfeaf6a by 徐高华

标签同步

parent 43bf1d61
......@@ -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);
......
......@@ -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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment