MrShi
2026-04-21 463b129b1011652af4d4261da4e2797e04198f2f
server/web/src/main/java/com/doumee/api/web/AccountApi.java
@@ -61,6 +61,7 @@
        return  ApiResponse.success("操作成功",memberService.wxAuthPhone(wxPhoneRequest));
    }
    @ApiOperation(value = "门店账号密码登录", notes = "小程序端,门店用户通过手机号+密码登录")
    @PostMapping("/shopLogin")
    public ApiResponse<ShopLoginVO> shopLogin(@RequestBody @Validated ShopLoginDTO dto) {