记得上下班打卡 | git大法好,push需谨慎

Commit 23f94afe authored by 姜秀龙's avatar 姜秀龙

Merge branch 'refs/heads/dev-1.6-shouqianba' into container-test

parents 37ad6b75 2a871bb1
...@@ -30,7 +30,7 @@ public interface FeignGoblinTaskClient { ...@@ -30,7 +30,7 @@ public interface FeignGoblinTaskClient {
@GetMapping("/rsc/maizhi/job/refundRes") @GetMapping("/rsc/maizhi/job/refundRes")
ResponseDto<Boolean> refundRes(); ResponseDto<Boolean> refundRes();
@PostMapping("/goblin/job/sqb/autoRefund") @PostMapping("rsc/job/sqb/autoRefund")
ResponseDto<String> sqbAutoRefund(@RequestParam(value = "performancesId", required = false) String performancesId); ResponseDto<String> sqbAutoRefund(@RequestParam(value = "performancesId", required = false) String performancesId);
} }
...@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
* *
* xxl-job 配置说明(Task 11.4 运维配置): * xxl-job 配置说明(Task 11.4 运维配置):
* - 在 xxl-job 平台新增定时任务 * - 在 xxl-job 平台新增定时任务
* - JobHandler:sev-goblin:sqbAutoRefund * - JobHandler:sev-goblin:sqbAutoRefund(接口走 rsc/** 免登录,与 NFT job 一致)
* - CRON:按演出结束时间触发(如演出结束后 5 分钟:0 5 * * * ?,具体由运维根据演出时间动态配置) * - CRON:按演出结束时间触发(如演出结束后 5 分钟:0 5 * * * ?,具体由运维根据演出时间动态配置)
* - 执行器:liquidnet-service-executor * - 执行器:liquidnet-service-executor
* - 任务参数:演出ID 或 performancesId=xxx;留空则处理全库「演出已结束 + 主单已支付 + 扩展未核销」候选(慎用) * - 任务参数:演出ID 或 performancesId=xxx;留空则处理全库「演出已结束 + 主单已支付 + 扩展未核销」候选(慎用)
...@@ -25,7 +25,7 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -25,7 +25,7 @@ import org.springframework.web.bind.annotation.RestController;
@Slf4j @Slf4j
@Api(tags = "收钱吧定时任务") @Api(tags = "收钱吧定时任务")
@RestController @RestController
@RequestMapping("/goblin/job/sqb") @RequestMapping("/rsc/job/sqb")
public class GoblinSqbJobController { public class GoblinSqbJobController {
@Autowired @Autowired
......
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