From 416380997a1e0c473c85826c361ebe38d21169fb Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期三, 27 十一月 2024 18:45:53 +0800 Subject: [PATCH] 调整上海1213-封仓确认单接口 --- src/main/java/com/fzzy/push/gd2022/ApiCodeConstant.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/push/gd2022/ApiCodeConstant.java b/src/main/java/com/fzzy/push/gd2022/ApiCodeConstant.java index 12a6045..f375a67 100644 --- a/src/main/java/com/fzzy/push/gd2022/ApiCodeConstant.java +++ b/src/main/java/com/fzzy/push/gd2022/ApiCodeConstant.java @@ -7,6 +7,8 @@ public static String API_1023 = "1023"; + public static String API_2001 = "2001"; + public static String API_2002 = "2002"; /** * 鎺ュ彛缂栫爜-1001 韬唤璁よ瘉鎺ュ彛 */ @@ -173,6 +175,10 @@ */ public static String API_CODE_CWBBXX = "cwbbxx"; /** + * 鎺ュ彛缂栫爜-1041 璐㈠姟鎶ヨ〃淇℃伅鎺ュ彛 + */ + public static String API_CODE_QYXYXX = "qyxyxx"; + /** * 鎺ュ彛缂栫爜-1042 鏂囦欢涓婁紶鎺ュ彛 */ public static String API_CODE_WJSC = "upload"; -- Gitblit v1.9.3