|
@@ -173,7 +173,7 @@ public class MailboxController {
|
|
|
|
|
|
@ApiOperation(value = "测试过期提醒")
|
|
|
@PostMapping("task8")
|
|
|
- public ResponseHelper task8() throws IOException, MessagingException, WxPayException {
|
|
|
+ public ResponseHelper task8() throws IOException, MessagingException, WxPayException, InterruptedException {
|
|
|
settlementOrderLogic.sync();
|
|
|
return ResponseHelper.success();
|
|
|
}
|