删除wxcp.farmSecret
This commit is contained in:
-7
@@ -71,15 +71,8 @@ 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("使用账号密码登录")
|
||||||
@OperateLog(enable = false) // 避免 Post 请求被记录操作日志
|
@OperateLog(enable = false) // 避免 Post 请求被记录操作日志
|
||||||
|
|||||||
Reference in New Issue
Block a user