From 7dda638d5d0126ce69f8daab6d2f38fc9ca18753 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 07 七月 2023 11:22:14 +0800 Subject: [PATCH] 华鑫适配 --- constant.py | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/constant.py b/constant.py index ecec4b6..97f7be7 100644 --- a/constant.py +++ b/constant.py @@ -97,7 +97,7 @@ # L2鏁版嵁鏉ユ簮 L2_SOURCE_TYPE_THS = "ths" L2_SOURCE_TYPE_HUAXIN = "huaxin" -L2_SOURCE_TYPE = L2_SOURCE_TYPE_THS + # D鎾ゅ崟 # 瀹堟姢鏃堕棿 @@ -111,8 +111,16 @@ # 鏈�灏忛噾棰� L_CANCEL_MIN_MONEY = 98 -# 鎺橀噾鏈湴API -JUEJIN_LOCAL_API = True + # 鍗庨懌L2鐨勫崱浣嶆暟閲� HUAXIN_L2_MAX_CODES_COUNT = 30 + +########鏈湴閰嶇疆######## +# L2_SOURCE_TYPE = L2_SOURCE_TYPE_THS +# # 鎺橀噾鏈湴API +# JUEJIN_LOCAL_API = True + +########鍗庨懌閰嶇疆######## +L2_SOURCE_TYPE = L2_SOURCE_TYPE_HUAXIN +JUEJIN_LOCAL_API = False \ No newline at end of file -- Gitblit v1.8.0