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

Commit f7e7036d authored by 胡佳晨's avatar 胡佳晨

增加 job 日志

parent d675e47b
...@@ -20,6 +20,6 @@ public interface FeignPlatformTaskClient { ...@@ -20,6 +20,6 @@ public interface FeignPlatformTaskClient {
@PostMapping("platform/performance/checkPerformanceTime") @PostMapping("platform/performance/checkPerformanceTime")
ResponseDto<String> checkPerformanceTime(); ResponseDto<String> checkPerformanceTime();
@PostMapping("platform/performance/checkTransferOrder") @PostMapping("platform/order/checkTransferOrder")
ResponseDto<Boolean> checkTransferOrder(Integer minute); ResponseDto<Boolean> checkTransferOrder(Integer minute);
} }
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