From a8d0182b40faeabad3233d83c7b553c6eb2a34c1 Mon Sep 17 00:00:00 2001 From: wlzboy <66905212@qq.com> Date: 星期三, 15 十月 2025 07:50:51 +0800 Subject: [PATCH] fix: update ServiceOrdTraOfferPrice --- API/v3/OrderPrice.gds | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/API/v3/OrderPrice.gds b/API/v3/OrderPrice.gds index b832f77..8696145 100644 --- a/API/v3/OrderPrice.gds +++ b/API/v3/OrderPrice.gds @@ -158,7 +158,7 @@ If StartAddress_lat=0 And errcode=0 Then appUrl="https://api.map.baidu.com/geocoding/v3/" - args1="address="&StartAddress&"&output=json&ak=rGQBbHKGjAtVQy23OckafQkC6nNlaGmi" + args1="address="&StartAddress&"&output=json&ak=itVkbEKpECSqWgP9u8Po7ZiBkUHR9p2p" HTMLCODE= GetBody(appUrl,args1) 'Response.Write HTMLCODE 'Response.End @@ -186,7 +186,7 @@ End If If EndAddress_lat=0 And errcode=0 Then appUrl="https://api.map.baidu.com/geocoding/v3/" - args1="address="&EndAddress&"&output=json&ak=rGQBbHKGjAtVQy23OckafQkC6nNlaGmi" + args1="address="&EndAddress&"&output=json&ak=itVkbEKpECSqWgP9u8Po7ZiBkUHR9p2p" HTMLCODE= GetBody(appUrl,args1) 'Response.Write HTMLCODE 'Response.End @@ -213,7 +213,7 @@ '鍦板尯鎶ヤ环鏂规 appUrl="https://api.map.baidu.com/reverse_geocoding/v3/" - args1="location="&Region_lat&","&Region_lng&"&output=json&latest_admin=1&ak=rGQBbHKGjAtVQy23OckafQkC6nNlaGmi" + args1="coordtype=gcj02ll&location="&Region_lat&","&Region_lng&"&output=json&latest_admin=1&ak=itVkbEKpECSqWgP9u8Po7ZiBkUHR9p2p" HTMLCODE= GetBody(appUrl,args1) json = HTMLCODE 'Response.Write HTMLCODE @@ -229,7 +229,7 @@ If TraDistance=0 Then '璺嚎瑙勫垝璺濈(鍏噷) appUrl="https://api.map.baidu.com/directionlite/v1/driving" - args1="origin="&StartAddress_lat&","&StartAddress_lng&"&destination="&EndAddress_lat&","&EndAddress_lng&"&coord_type=wgs84&ak=rGQBbHKGjAtVQy23OckafQkC6nNlaGmi" + args1="origin="&StartAddress_lat&","&StartAddress_lng&"&destination="&EndAddress_lat&","&EndAddress_lng&"&coord_type=wgs84&ak=itVkbEKpECSqWgP9u8Po7ZiBkUHR9p2p" HTMLCODE= GetBody(appUrl,args1) json = HTMLCODE @@ -287,19 +287,19 @@ If IRid<>0 Then '鎵嬪姩鎶ヤ环 If InStr(Address,"鐧戒簯鏈哄満")>0 Or InStr(Address,"鐧戒簯鍥介檯鏈哄満")>0 Then - IRPrice=489 + IRPrice=298 IRlimit1=5 IRDtPrice=6 ElseIf InStr(Address,"骞垮窞鍗楃珯")>0 Then - IRPrice=389 + IRPrice=298 IRlimit1=5 IRDtPrice=6 ElseIf InStr(Address,"骞垮窞鐧戒簯绔�")>0 Then - IRPrice=389 + IRPrice=298 IRlimit1=5 IRDtPrice=6 ElseIf InStr(Address,"骞垮窞涓滅珯")>0 Then - IRPrice=359 + IRPrice=298 IRlimit1=5 IRDtPrice=6 'ElseIf StartArea="鐧戒簯鍖�" Then @@ -307,15 +307,15 @@ ' IRlimit1=5 ' IRDtPrice=6 elseIf StartArea="瓒婄鍖�" Or StartArea="鑽旀咕鍖�" Or StartArea="娴风彔鍖�" Or StartArea="澶╂渤鍖�" Or StartArea="榛勫煍鍖�" Or StartArea="鐧戒簯鍖�" Then - IRPrice=169 + IRPrice=99 IRlimit1=5 IRDtPrice=6 elseif StartArea="鐣鍖�" Then - IRPrice=219 + IRPrice=99 IRlimit1=5 IRDtPrice=6 ElseIf StartArea="鑺遍兘鍖�" Then - IRPrice=169 + IRPrice=99 IRlimit1=5 IRDtPrice=6 ElseIf StartArea="澧炲煄鍖�" And Isluxury="0" Then @@ -338,7 +338,7 @@ IRDtPrice=6 IsOrdinary="1" ElseIf StartArea="鍗楁矙鍖�" And Isluxury="1" Then - IRPrice=359 + IRPrice=99 IRlimit1=5 IRDtPrice=6 IsOrdinary="1" -- Gitblit v1.9.1