From ab0742bf945b5de8554761de6fa4ecda29f640e0 Mon Sep 17 00:00:00 2001 From: wlzboy <66905212@qq.com> Date: 星期三, 09 七月 2025 11:01:29 +0800 Subject: [PATCH] fix:默认支付界面修改 --- pay/weixin_pay.asp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pay/weixin_pay.asp b/pay/weixin_pay.asp index ae64a21..9c40399 100644 --- a/pay/weixin_pay.asp +++ b/pay/weixin_pay.asp @@ -19,7 +19,7 @@ If state="" Then state=session("state") session("state")=state '绗笁鏂规敮浠� -ThirdPay Total_fee,ServiceOrdID,DispatchOrdID +ThirdPay "weixin",Total_fee,ServiceOrdID,DispatchOrdID If code<>"" And Right(state,1)="N" Then OpenID=GetOpenID(code) -- Gitblit v1.9.1