|
@@ -6,6 +6,7 @@ import com.xjrsoft.module.system.dto.LoginCaptchaDto;
|
|
|
import com.xjrsoft.module.system.dto.LoginDto;
|
|
|
import com.xjrsoft.module.system.vo.CreateTokenVo;
|
|
|
import com.xjrsoft.module.system.vo.ImgCaptchaVo;
|
|
|
+import com.xjrsoft.module.system.vo.LoginByCodeVo;
|
|
|
import com.xjrsoft.module.system.vo.LoginVo;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
@@ -19,6 +20,8 @@ public interface ILoginService {
|
|
|
|
|
|
LoginVo loginByCode(LoginByCodeDto dto) throws Exception;
|
|
|
|
|
|
+ LoginByCodeVo bindOpenid(LoginByCodeDto dto) throws Exception;
|
|
|
+
|
|
|
LoginVo loginByCaptcha(LoginCaptchaDto dto) throws Exception;
|
|
|
|
|
|
CreateTokenVo createToken(CreateTokenDto dto);
|