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/inc/thirdpay.asp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/API/inc/thirdpay.asp b/API/inc/thirdpay.asp
index 0674639..a469e80 100644
--- a/API/inc/thirdpay.asp
+++ b/API/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