|
|
@ -71,14 +71,7 @@ public class AuthController { |
|
|
|
private CpUserService cpUserService; |
|
|
|
private CpUserService cpUserService; |
|
|
|
@Resource |
|
|
|
@Resource |
|
|
|
private WxCpService wxCpService; |
|
|
|
private WxCpService wxCpService; |
|
|
|
@Resource |
|
|
|
|
|
|
|
private WxMaService wxMaService; |
|
|
|
|
|
|
|
@Resource |
|
|
|
|
|
|
|
private UserSessionService userSessionService; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Value("${wxcp.farmSecret}") |
|
|
|
|
|
|
|
private String farmSecret; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("/login") |
|
|
|
@PostMapping("/login") |
|
|
|
@ApiOperation("使用账号密码登录") |
|
|
|
@ApiOperation("使用账号密码登录") |
|
|
|