From 18c7a44d2e9db3f4a5322389c3ee94468cce4de1 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期二, 06 五月 2025 10:10:06 +0800 Subject: [PATCH] feat: 新增获取状态写入库,供广交集团的接口使用 --- API/v3/OrderPrice.gds | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/API/v3/OrderPrice.gds b/API/v3/OrderPrice.gds index e0e70a8..e1f8e90 100644 --- a/API/v3/OrderPrice.gds +++ b/API/v3/OrderPrice.gds @@ -306,18 +306,28 @@ ' IRPrice=99 ' IRlimit1=5 ' IRDtPrice=6 - elseIf StartArea="瓒婄鍖�" Or StartArea="鑽旀咕鍖�" Or StartArea="娴风彔鍖�" Or StartArea="澶╂渤鍖�" Or StartArea="鐣鍖�" Or StartArea="榛勫煍鍖�" Or StartArea="鐧戒簯鍖�" Then + elseIf StartArea="瓒婄鍖�" Or StartArea="鑽旀咕鍖�" Or StartArea="娴风彔鍖�" Or StartArea="澶╂渤鍖�" Or StartArea="榛勫煍鍖�" Or StartArea="鐧戒簯鍖�" Then IRPrice=169 IRlimit1=5 IRDtPrice=6 + elseif StartArea="鐣鍖�" Then + IRPrice=219 + IRlimit1=5 + IRDtPrice=6 ElseIf StartArea="鑺遍兘鍖�" Then - IRPrice=319 + IRPrice=169 IRlimit1=5 IRDtPrice=6 - ElseIf StartArea="澧炲煄鍖�" Then - IRPrice=359 + ElseIf StartArea="澧炲煄鍖�" And Isluxury="0" Then + IRPrice=99 IRlimit1=5 IRDtPrice=6 + IsOrdinary="1" + Elseif StartArea="澧炲煄鍖�" And Isluxury="1" Then + IRPrice=99 + IRlimit1=5 + IRDtPrice=6 + IsOrdinary="1" ElseIf StartArea="浠庡寲鍖�" Then IRPrice=359 IRlimit1=5 -- Gitblit v1.9.1