|
@@ -107,8 +107,8 @@ public class ViewController extends Controller {
|
|
|
public void testTask2() {
|
|
|
try {
|
|
|
WeixinService wService = ServiceFactory.getService(WeixinService.class);
|
|
|
- String ssString = wService.requestWeixinQrcode("57f67d04ffdc4d91");
|
|
|
- renderText(ssString);
|
|
|
+// String ssString = wService.requestWeixinQrcode("57f67d04ffdc4d91");
|
|
|
+// renderText(ssString);
|
|
|
} catch (Exception e) {
|
|
|
// TODO: handle exception
|
|
|
renderText(e.toString());
|