xin
2025-07-19 f8bb85d9864702f411971b6133d69f8abce6441a
登录
1 files modified
2 ■■■ changed files
oying-system/src/main/java/com/oying/modules/security/rest/AuthController.java 2 ●●● patch | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/rest/AuthController.java
@@ -230,7 +230,7 @@
    @Log("骑手小程序:微信授权登录")
    @ApiOperation("骑手小程序:微信授权登录")
    @AnonymousPostMapping(value = "/rider/login/weixin")
    public ResponseEntity<Object> riderLoginWeixin(@Validated @RequestBody AuthUserWeixinDto authUser, HttpServletRequest request) throws Exception {
    public ResponseEntity<Object> riderLoginWeixin(@Validated @RequestBody AuthUserWeixinDto authUser, HttpServletRequest request) {
        JSONObject jsonObject;
        switch (authUser.getType()) {
            case OLD: