| | |
| | | <!--#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
|