Files
fadada/README.md
2025-08-22 14:36:10 +08:00

38 lines
919 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

项目概述:
此项目为法大大电子合同签章项目,主要为各种合同的签发以及下载
对接人:
葛梦伟,王茜 葛梦伟为dp合同负责人王茜为自营项目负责人如需要接口文档请找王茜
项目主要为推送以及定时:
以下为相关接口:
@PostMapping("/dpbg")
@PostMapping("/anquantongchou")
@PostMapping("/dpapp")
@PostMapping("/qianzhang")
@PostMapping("/bx")
@PostMapping("/DP")
@PostMapping("/DPzulin")
@PostMapping("/jiashiyuanfuwu")
@PostMapping("/lianying")
@PostMapping("/lianying1")
@PostMapping("/ty")
@PostMapping("/tuizu")
@PostMapping("/xuqian")
@PostMapping("/jinan")
@PostMapping("/jinanyinjianurl")
@PostMapping("/qianzhang1")
@PostMapping("/tuizu1")
@PostMapping("/xuqian1")
定时任务:
@Scheduled(cron = "0 0 22 * * ?") // 每天晚上 22:00 执行
public static void main1() throws Exception {
。。。。。。
}