@@ -249,7 +249,7 @@ public class UserController {
@GetMapping("/apply/websitCount")
- @ApiOperation("入驻的网点列表")
+ @ApiOperation("入驻的网点数量")
public ResponseHelper<AdminWebsitApplyCount> applyWebsitList(
){
@@ -94,7 +94,7 @@ public class OrderBaseSchedule {
* 每五秒查询辅材支付情况
*/
@Transactional
- @Scheduled(fixedDelay = 5 * 1000)
+ @Scheduled(fixedDelay = 10 * 1000)
// @Scheduled(fixedDelay = 60 * 1000)
public void fucaizhifu() throws WxPayException, InterruptedException {