wuxw
2020-02-23 219655836dce9581cc668c77950204ab283d8d45
AppFrontService/src/main/java/com/java110/app/smo/wxLogin/IWxLoginSMO.java
@@ -18,5 +18,5 @@
     * @return ResponseEntity 对象数据
     * @throws SMOException 业务代码层
     */
    ResponseEntity<String> getSessionInfo(IPageData pd) throws SMOException;
    ResponseEntity<String> doLogin(IPageData pd) throws SMOException;
}