Commit 1ec97747 by 徐高华

test

parent e941e673
......@@ -19,7 +19,6 @@ import com.gic.haoban.manage.api.dto.hm.HmWelcomeRelationDTO;
import com.gic.haoban.manage.api.dto.qdto.hm.HmPageRelationQDTO;
import com.gic.haoban.manage.api.dto.welcome.qdto.QueryWelcomeRelationQDTO;
import com.gic.haoban.manage.api.enums.hm.HmWelcomeReferType;
import com.gic.haoban.manage.api.service.QwFriendApiService;
import com.gic.haoban.manage.api.service.WxEnterpriseApiService;
import com.gic.haoban.manage.api.service.WxEnterpriseRelatedApiService;
import com.gic.haoban.manage.api.service.hm.HmGroupApiService;
......@@ -29,7 +28,6 @@ import com.gic.haoban.manage.api.service.hm.HmWelcomeRelationApiService;
import com.gic.haoban.manage.service.pojo.bo.hm.HmWelcomeRelationBO;
import com.gic.haoban.manage.service.service.ExternalClerkRelatedService;
import com.gic.haoban.manage.service.service.hm.WelcomeRelationService;
import com.gic.redis.data.util.RedisUtil;
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"classpath:applicationContext-conf.xml"})
......@@ -50,18 +48,10 @@ public class HmPageServiceTest {
private WxEnterpriseApiService wxEnterpriseApiService ;
@Autowired
private ExternalClerkRelatedService externalClerkRelatedService ;
@Autowired
private QwFriendApiService qwFriendApiService ;
@Test
public void test(){
System.out
.println( this.qwFriendApiService.getPendingIdByUnionid("ff8080815dacd3a2015dacd3ef5c0000", "orXl9t9gIRbvfIoDPfrPf7jHYHmU", "o0Yvd006OXKv71RIu8SbXA5mT7Zk"));
this.externalClerkRelatedService.repairExternalUserId("218a8a6c2ca14e28a1053f541be0e49d,ca66a01b79474c40b3e7c7f93daf1a3b");
// this.wxEnterpriseApiService.stopHaoban("ff80808182c3a46b0182c3a4ea7d0000");
......@@ -70,12 +60,6 @@ public class HmPageServiceTest {
ServiceResponse<Page<HmPageDTO>> pageServiceResponse = pageService.queryPageList(pageQDTO);*/
}
@Test
public void setcache(){
System.out.println( RedisUtil.getCache("bgrjswxEnterpriseId"));
RedisUtil.setCache("bgrjswxEnterpriseId", "936299d1b1274fed988f3f7bb7652126,267c13c9a6f049bfacfc05b9419462a1");
System.out.println( RedisUtil.getCache("bgrjswxEnterpriseId"));
}
@Test
public void entriprise(){
......
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