|
@@ -74,12 +74,12 @@ public class BaseController {
|
74
|
74
|
|
75
|
75
|
public String getOpenId(HttpServletRequest request) {
|
76
|
76
|
|
77
|
|
-// Map map = JWTUtils.getUserIdAndOrgId(request);
|
78
|
|
-// if (null != map && null != map.get("openId")) {
|
79
|
|
-// return map.get("openId").toString();
|
80
|
|
-// }
|
|
77
|
+ Map map = JWTUtils.getUserIdAndOrgId(request);
|
|
78
|
+ if (null != map && null != map.get("openId")) {
|
|
79
|
+ return map.get("openId").toString();
|
|
80
|
+ }
|
81
|
81
|
|
82
|
|
- return "oYTZc5OKGeyhmo1SsdwEqXySOb-s";
|
|
82
|
+ return null;
|
83
|
83
|
}
|
84
|
84
|
|
85
|
85
|
public String getPersonId(HttpServletRequest request) {
|