Mr.Zhang
2023-09-07 1e993780749c9525be74e77e4c81b7db2c88da6f
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);
}