刘韬 5 years ago
parent
commit
f5c9a32cd2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      DataFusion/src/com/zskk/control/ViewController.java

+ 4 - 0
DataFusion/src/com/zskk/control/ViewController.java

@@ -107,6 +107,10 @@ public class ViewController extends Controller {
 	public void testTask2() {
 		try {
 			WeixinService wService = ServiceFactory.getService(WeixinService.class);
+			if (wService == null) {
+				renderText("kkk");
+
+			}
 			String ssString = wService.requestWeixinQrcode("57f67d04ffdc4d91");
 			renderText(ssString);
 		} catch (Exception e) {