@@ -69,4 +69,8 @@ public class WeixinService {
return content;
}
+ public static void main(String[] args) {
+ WeixinService weixinService = ServiceFactory.getService(WeixinService.class);
+ weixinService.requestWeixinQrcode("xs");
+ }