Commit 2311a1f1 by 徐高华

Merge branch 'master-调整队列' into 'developer'

标签同步

See merge request !1468
parents eb6c6513 5bfeaf6a
......@@ -100,15 +100,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