From 2876dd05c0528ec665791a0844f643f566f7c31b Mon Sep 17 00:00:00 2001
From: wanglizhong <wlz>
Date: 星期一, 05 五月 2025 12:32:45 +0800
Subject: [PATCH] fix: update thirdpay

---
 inc/thirdpay.asp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/inc/thirdpay.asp b/inc/thirdpay.asp
index e4ee5eb..f9eb1ce 100644
--- a/inc/thirdpay.asp
+++ b/inc/thirdpay.asp
@@ -11,7 +11,7 @@
 If not rs.Eof then	 
       PayQRcodeURL = rs("PayQRcodeURL")
       if PayQRcodeURL<>"" then
-         PayQRcodeURL = PayQRcodeURL&"?PayType="&PayType&"&PayMoney="&PayMoney&"&ServiceOrdID="&ServiceOrdID&"&DispatchOrdID="&DispatchOrdID
+         PayQRcodeURL = PayQRcodeURL&"?PayMoney="&PayMoney&"&ServiceOrdID="&ServiceOrdID&"&DispatchOrdID="&DispatchOrdID
          Response.Redirect PayQRcodeURL
       end if
 End If

--
Gitblit v1.9.1