【调度系统】广东民航医疗快线调度系统源代码
wanglizhong
2025-05-05 a0a942c610f7069a3e252ad6aca632c7152e43f7
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