|
@@ -117,9 +117,9 @@ public class WeChatController {
|
|
|
public void getPageAuthorization(@RequestParam(value = "openId",required = false) String openId) throws UnsupportedEncodingException {
|
|
|
String http = "https://";
|
|
|
String code = request.getParameter("code");
|
|
|
+ System.out.println("String openId: "+openId);
|
|
|
|
|
|
if((openId != null) && (openId != "")){
|
|
|
- System.out.println("String openId: "+openId);
|
|
|
try{
|
|
|
LambdaQueryWrapper<MceMbuser> queryWrapper = Wrappers.lambdaQuery();
|
|
|
queryWrapper.eq(MceMbuser::getOpenid,openId).last("LIMIT 1");
|