Mr.Zhang
2023-09-12 227a60ba5dda87bec2e2d244eb9e77be356c2b63
server/src/main/java/doumeemes/service/system/WxLoginService.java
@@ -21,4 +21,6 @@
    String wxLoginByPassword (WxLoginDTO dto, HttpServletRequest request);
    void wxLoginOut(WxLoginOutDTO wxLoginOutDTO);
    WxLoginVO wxProgramLogin(String code,HttpServletRequest request);
}