Mr.Shi
2023-09-13 26c8212a1e8ba902798be21e97629c9295b2f405
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);
}