From 871d4095b07cedacb7fbef4c38d64982f539c404 Mon Sep 17 00:00:00 2001
From: fei.wang <wf18701153496@163.com>
Date: 星期四, 09 五月 2024 15:40:15 +0800
Subject: [PATCH] 测试提交

---
 src/main/java/com/flow/controller/ZongInvoicesController.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/flow/controller/ZongInvoicesController.java b/src/main/java/com/flow/controller/ZongInvoicesController.java
index 7fe9060..2a2aeaa 100644
--- a/src/main/java/com/flow/controller/ZongInvoicesController.java
+++ b/src/main/java/com/flow/controller/ZongInvoicesController.java
@@ -24,6 +24,7 @@
 import java.util.Random;
 import java.util.UUID;
 
+import com.tencentcloudapi.common.exception.TencentCloudSDKException;
 import org.apache.commons.io.FileUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.http.HttpHeaders;
@@ -61,7 +62,7 @@
     }
 
     @PostMapping({"zongfpadd"})
-    public int zongfpadd(Zonginvoices zonginvoices) {
+    public int zongfpadd(Zonginvoices zonginvoices) throws TencentCloudSDKException {
         return this.zongInvoicesService.zongfpadd(zonginvoices);
     }
 

--
Gitblit v1.9.3