Files
DPAPP/README.md
2025-08-20 16:23:40 +08:00

841 B
Raw Blame History

项目概述: 此项目为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() { 。。。。。。。。。。 }