【调度系统】广东民航医疗快线调度系统源代码
wlzboy
2 天以前 25af2d93ea2d4f802729992a341ab1264e6b43cf
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