first commit

This commit is contained in:
lijiazhuo
2025-08-20 16:23:40 +08:00
commit 54f54bf0fb
78 changed files with 10149 additions and 0 deletions

38
README.md Normal file
View File

@ -0,0 +1,38 @@
项目概述:
此项目为dpapp项目包含dp小程序月租奖励供应商法大大等多个业务的组合
对接人:
王波涵 (如果需要接口文档以及业务逻辑上的问题请联系王波涵)
项目主要为推送以及定时任务:
以下为相关接口:
@PostMapping("/dpapp")
@PostMapping("/count")
@PostMapping("/count1")
@PostMapping("/geren")
@PostMapping("/gerentype")
@PostMapping("/nostatus")
@PostMapping("/nostatu")
@PostMapping("/useridtime")
@PostMapping("/selectmax")
@PostMapping("/reward")
@PostMapping("/id")
@PostMapping("/yingxiao")
@PostMapping("/zuofei")
@PostMapping("/test")
定时任务:
@Scheduled(fixedRate = 3600000)
public void main11() throws Exception {
。。。。。}
@Scheduled(cron = "0 0 1 * * ?")
public void maina() {
。。。。。。。。。。
}