Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xinrenli
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑云飞
xinrenli
Commits
366d7af8
Commit
366d7af8
authored
Apr 12, 2023
by
郑云飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
job bugfix
parent
53901ec5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
yongqi-admin/src/main/java/com/yongqi/web/controller/system/SysLoginController.java
+1
-1
yongqi-admin/src/main/resources/application-dev.yml
+1
-1
No files found.
yongqi-admin/src/main/java/com/yongqi/web/controller/system/SysLoginController.java
View file @
366d7af8
...
@@ -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
=
"
parent
Id"
,
required
=
false
)
Long
inviterId
)
{
public
R
<
Map
<
String
,
Object
>>
xcxLogin
(
@NotBlank
(
message
=
"{xcx.code.not.blank}"
)
String
xcxCode
,
@RequestParam
(
value
=
"
inviter
Id"
,
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
);
...
...
yongqi-admin/src/main/resources/application-dev.yml
View file @
366d7af8
...
@@ -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生效
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment