示例#1
0
 @Test
 @Ignore
 public void getAcessToken() {
   String ss = api.getAcessToken(wxConfigMapper.get(cust_id));
   System.out.println(ss);
 }