xiongchao 3 years ago
parent
commit
604e7dc504

+ 1 - 1
platform-rest/src/main/java/com/platform/rest/controller/upms/SysUserController.java

@@ -481,7 +481,7 @@ public class SysUserController {
      * @param openId
      * @return
      */
-    @RequestMapping(value = "/bind/{openId}", method = RequestMethod.PUT)
+    @RequestMapping(value = "/bind/{openId}", method = RequestMethod.GET)
     public R bind(@PathVariable("openId") String openId) throws IOException {
         log.info("微信的openId: " + openId);
         SysUser searchUser = new SysUser();