Переглянути джерело

Merge branch 'usky-zyj' of uskycloud/usky-modules into server-165

James 9 місяців тому
батько
коміт
26f505726d

+ 1 - 1
service-iot/service-iot-biz/src/main/java/com/usky/iot/controller/web/WeChatController.java

@@ -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);