刘韬 5 years ago
parent
commit
60e6329f67
1 changed files with 2 additions and 2 deletions
  1. 2 2
      DataFusion/src/com/zskk/control/ViewController.java

+ 2 - 2
DataFusion/src/com/zskk/control/ViewController.java

@@ -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());