|
@@ -118,7 +118,7 @@ public class WeChatController {
|
|
|
* 跳转首页权限
|
|
|
*/
|
|
|
@GetMapping("/getPageAuthorization")
|
|
|
- public ApiResult<MceMbuser> getPageAuthorization(@RequestParam(value = "openId",required = false) String openId) throws UnsupportedEncodingException {
|
|
|
+ public ApiResult<MceMbuser> getPageAuthorization(@RequestParam(value = "openId") String openId) {
|
|
|
String http = "https://";
|
|
|
String code = request.getParameter("code");
|
|
|
System.out.println("String openId: "+openId);
|