Commit b4df80b6 by 徐高华

test

parent ff94c938
......@@ -192,6 +192,5 @@
<dubbo:reference interface="com.gic.marketing.api.service.AccountOverdueSmsSendService" id="accountOverdueSmsSendService" timeout="10000" retries="0"/>
<dubbo:reference interface="com.gic.thirdparty.api.service.VoiceService" id="voiceService" timeout="10000" retries="0"/>
<dubbo:reference interface="com.gic.thirdparty.api.service.CommunicationService" id="communicationService" timeout="10000" retries="0"/>
<dubbo:reference interface="com.gic.wechat.api.service.qywx.QywxExternalUserService" id="qywxExternalUserService" timeout="10000" retries="0"/>
</beans>
\ No newline at end of file
......@@ -47,17 +47,11 @@ public class HmPageServiceTest {
private HmWelcomeRelationApiService welcomeRelationApiService;
@Autowired
private WxEnterpriseApiService wxEnterpriseApiService ;
@Autowired
private QywxExternalUserService qywxExternalUserService ;
@Autowired
private Config config ;
@Test
public void test(){
// this.wxEnterpriseApiService.stopHaoban("ff8080815dacd3a2015dacd3ef5c0000");
System.out
.println(JSON.toJSONString(this.qywxExternalUserService.externalUseridToPendingId("wp59NLDQAAWfAU-uhldYZyNZnPXz_1xg", config.getWxSuiteid(), Arrays.asList("wm59NLDQAAAI39Od3hmd81FyMMxJcGuw","wm59NLDQAA10rEOdSvUZVxte8j0SNEAA")) ));;
/* HmPageQDTO pageQDTO = new HmPageQDTO();
pageQDTO.setPageSearchText("MB01419872763172380673");
......
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