first commit
This commit is contained in:
38
README.md
Normal file
38
README.md
Normal 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() {
|
||||
。。。。。。。。。。
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user