From 54979feba74bd3c7dea2630e1ba96401b25f60d8 Mon Sep 17 00:00:00 2001 From: wlzboy <66905212@qq.com> Date: 星期四, 07 八月 2025 14:26:13 +0800 Subject: [PATCH] feat: login index.asp --- 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