|
@@ -32,8 +32,8 @@ public class WebBridgeController extends ApiController {
|
|
|
System.out.println(toUrl);
|
|
|
|
|
|
// System.out.println(getRequest().getRequestURL().toString());
|
|
|
- Object sessionObj = this.getRequest().getSession().getAttribute("pwpSessionObjtest9");
|
|
|
-// Object sessionObj = null;
|
|
|
+// Object sessionObj = this.getRequest().getSession().getAttribute("pwpSessionObjtest9");
|
|
|
+ Object sessionObj = null;
|
|
|
WeixinService wService = ServiceFactory.getService(WeixinService.class);
|
|
|
if (sessionObj == null) {
|
|
|
String code = this.getPara("code");
|