From ae5b0a8c63979351028215b8fe8cdf4b0766c272 Mon Sep 17 00:00:00 2001 From: wanglizhong <wlz> Date: 星期二, 24 六月 2025 15:27:20 +0800 Subject: [PATCH] fix:update sendsms php --- 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