‘linchangsheng’ 6 ماه پیش
والد
کامیت
faab5d9a84
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mall-server-api/src/main/java/com/gree/mall/manager/controller/policy/MailboxController.java

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/controller/policy/MailboxController.java

@@ -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();
     }