zepengdev
2025-09-17 c06d972894b536cd96b817c922fb73f69c9d1a71
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: