记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
23f94afe
Commit
23f94afe
authored
May 07, 2026
by
姜秀龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'refs/heads/dev-1.6-shouqianba' into container-test
parents
37ad6b75
2a871bb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
FeignGoblinTaskClient.java
...dnet/service/feign/goblin/task/FeignGoblinTaskClient.java
+1
-1
GoblinSqbJobController.java
...rvice/goblin/controller/Inner/GoblinSqbJobController.java
+2
-2
No files found.
liquidnet-bus-feign/liquidnet-api-feign-goblin/src/main/java/com/liquidnet/service/feign/goblin/task/FeignGoblinTaskClient.java
View file @
23f94afe
...
...
@@ -30,7 +30,7 @@ public interface FeignGoblinTaskClient {
@GetMapping
(
"/rsc/maizhi/job/refundRes"
)
ResponseDto
<
Boolean
>
refundRes
();
@PostMapping
(
"
/goblin
/job/sqb/autoRefund"
)
@PostMapping
(
"
rsc
/job/sqb/autoRefund"
)
ResponseDto
<
String
>
sqbAutoRefund
(
@RequestParam
(
value
=
"performancesId"
,
required
=
false
)
String
performancesId
);
}
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/controller/Inner/GoblinSqbJobController.java
View file @
23f94afe
...
...
@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
*
* xxl-job 配置说明(Task 11.4 运维配置):
* - 在 xxl-job 平台新增定时任务
* - JobHandler:sev-goblin:sqbAutoRefund
* - JobHandler:sev-goblin:sqbAutoRefund
(接口走 rsc/** 免登录,与 NFT job 一致)
* - CRON:按演出结束时间触发(如演出结束后 5 分钟:0 5 * * * ?,具体由运维根据演出时间动态配置)
* - 执行器:liquidnet-service-executor
* - 任务参数:演出ID 或 performancesId=xxx;留空则处理全库「演出已结束 + 主单已支付 + 扩展未核销」候选(慎用)
...
...
@@ -25,7 +25,7 @@ import org.springframework.web.bind.annotation.RestController;
@Slf4j
@Api
(
tags
=
"收钱吧定时任务"
)
@RestController
@RequestMapping
(
"/
goblin
/job/sqb"
)
@RequestMapping
(
"/
rsc
/job/sqb"
)
public
class
GoblinSqbJobController
{
@Autowired
...
...
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