Commit 366d7af8 by 郑云飞

job bugfix

parent 53901ec5
...@@ -81,7 +81,7 @@ public class SysLoginController { ...@@ -81,7 +81,7 @@ public class SysLoginController {
*/ */
@SaIgnore @SaIgnore
@GetMapping("/xcxLogin") @GetMapping("/xcxLogin")
public R<Map<String, Object>> xcxLogin(@NotBlank(message = "{xcx.code.not.blank}") String xcxCode, @RequestParam(value = "parentId", required = false) Long inviterId) { public R<Map<String, Object>> xcxLogin(@NotBlank(message = "{xcx.code.not.blank}") String xcxCode, @RequestParam(value = "inviterId", required = false) Long inviterId) {
Map<String, Object> ajax = new HashMap<>(); Map<String, Object> ajax = new HashMap<>();
// 生成令牌 // 生成令牌
String token = loginService.xcxLogin(xcxCode, inviterId); String token = loginService.xcxLogin(xcxCode, inviterId);
......
...@@ -24,7 +24,7 @@ xxl.job: ...@@ -24,7 +24,7 @@ xxl.job:
# 执行器注册:默认IP:PORT # 执行器注册:默认IP:PORT
address: http://xinrenli.nyinhong.com/job address: http://xinrenli.nyinhong.com/job
# 执行器IP:默认自动获取IP # 执行器IP:默认自动获取IP
ip: 106.15.43.7 ip:
# 执行器运行日志文件存储磁盘路径 # 执行器运行日志文件存储磁盘路径
logpath: ./logs/xxl-job logpath: ./logs/xxl-job
# 执行器日志文件保存天数:大于3生效 # 执行器日志文件保存天数:大于3生效
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment