From 4418374d26a16ec759e06059c2b1fedabe1827e6 Mon Sep 17 00:00:00 2001 From: hzj <1831054011@qq.com> Date: 星期三, 09 七月 2025 22:06:56 +0800 Subject: [PATCH] Merge branch 'main' of http://8.134.184.104:10801/r/came --- weixin_pay.asp | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/weixin_pay.asp b/weixin_pay.asp index 656bbe0..c7b0373 100644 --- a/weixin_pay.asp +++ b/weixin_pay.asp @@ -4,12 +4,16 @@ <!--#include virtual="/inc/odbc.asp"--> <!--#include virtual="/inc/function.gds"--> <!--#include virtual="/inc/core.asp"--> +<!--#include virtual="/inc/thirdpay.asp"--> <% Set rs = Server.CreateObject("ADODB.Recordset") DispatchOrdID = SafeRequest(trim(request("DispatchOrdID"))) ServiceOrdID = SafeRequest(trim(request("ServiceOrdID"))) Total_fee = SafeRequest(trim(request("Total_fee"))) +'绗笁鏂规敮浠� +ThirdPay Total_fee,ServiceOrdID,DispatchOrdID + APPPayID = "Pay966120" trade_type = "NATIVE" If ServiceOrdID<>"" Then -- Gitblit v1.9.1