From a82631013be641db3979e11013b2cf6e937a3e7b Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期二, 12 十二月 2023 14:24:51 +0800
Subject: [PATCH] 武汉省平台-共享接口实现1

---
 src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java |   67 ++++++++++++++++++++++++++++++++-
 1 files changed, 64 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java b/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java
index 079fc42..bec128a 100644
--- a/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java
+++ b/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java
@@ -11,8 +11,7 @@
 import com.fzzy.api.utils.*;
 import com.fzzy.api.view.repository.*;
 import com.fzzy.order.data.OrderData;
-import com.fzzy.push.nx2023.dto.Nx2023Api1101;
-import com.fzzy.push.nx2023.dto.Nx2023Api1102;
+import com.fzzy.push.nx2023.dto.*;
 import com.fzzy.push.sh2023.dto.*;
 import lombok.Data;
 import lombok.extern.slf4j.Slf4j;
@@ -195,11 +194,66 @@
             api1102.setLkxz("1");
             return api1102;
         }
+        if (NX2023Constant.NX_2023_API_CODE_1108.equals(inteId)) {
+            Nx2023Api1108 api1108 = new Nx2023Api1108();
+            BeanUtils.copyProperties(data, api1108);
+            return api1108;
+        }
         if (NX2023Constant.NX_2023_API_CODE_1109.equals(inteId)) {
-
             Api1109 apiData = (Api1109) data;
             apiData.setWjl(FileUtils.fileToByteString(apiData.getWjdz()));
             return apiData;
+        }
+        if (NX2023Constant.NX_2023_API_CODE_1111.equals(inteId)) {
+            Nx2023Api1111 api1111 = new Nx2023Api1111();
+            BeanUtils.copyProperties(data, api1111);
+            return api1111;
+        }
+        if (NX2023Constant.NX_2023_API_CODE_1112.equals(inteId)) {
+            Nx2023Api1112 api1112 = new Nx2023Api1112();
+            BeanUtils.copyProperties(data, api1112);
+            return api1112;
+        }
+        if (NX2023Constant.NX_2023_API_CODE_1113.equals(inteId)) {
+            Nx2023Api1113 api1113 = new Nx2023Api1113();
+            BeanUtils.copyProperties(data, api1113);
+            return api1113;
+        }
+        if (NX2023Constant.NX_2023_API_CODE_1201.equals(inteId)) {
+            Nx2023Api1201 api1201 = new Nx2023Api1201();
+            BeanUtils.copyProperties(data, api1201);
+            return api1201;
+        }
+        if (NX2023Constant.NX_2023_API_CODE_1211.equals(inteId)) {
+            Nx2023Api1211 api1211 = new Nx2023Api1211();
+            BeanUtils.copyProperties(data, api1211);
+            return api1211;
+        }
+        if (NX2023Constant.NX_2023_API_CODE_1205.equals(inteId)) {
+            Nx2023Api1205 api1205 = new Nx2023Api1205();
+            BeanUtils.copyProperties(data, api1205);
+            api1205.setSzlx("09");
+            return api1205;
+        }
+        if (NX2023Constant.NX_2023_API_CODE_1306.equals(inteId)) {
+            Nx2023Api1306 api1306 = new Nx2023Api1306();
+            BeanUtils.copyProperties(data, api1306);
+            return api1306;
+        }
+        if (NX2023Constant.NX_2023_API_CODE_1307.equals(inteId)) {
+            Nx2023Api1307 api1307 = new Nx2023Api1307();
+            BeanUtils.copyProperties(data, api1307);
+            return api1307;
+        }
+        if (NX2023Constant.NX_2023_API_CODE_1308.equals(inteId)) {
+            Nx2023Api1308 api1308 = new Nx2023Api1308();
+            BeanUtils.copyProperties(data, api1308);
+            return api1308;
+        }
+        if (NX2023Constant.NX_2023_API_CODE_1403.equals(inteId)) {
+            Nx2023Api1403 api1403 = new Nx2023Api1403();
+            BeanUtils.copyProperties(data, api1403);
+            return api1403;
         }
         return data;
     }
@@ -484,4 +538,11 @@
         }
         return object;
     }
+
+    @Override
+    public ResponseDto pullData(ApiParam param, ApiConfs conf) {
+        //璇ュ崗璁棤姝ゅ疄鐜�
+        return null;
+    }
+
 }
\ No newline at end of file

--
Gitblit v1.9.3