| | |
| | | <!--#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")))
|
| | | pc = SafeRequest(trim(request("pc")))
|
| | |
|
| | |
|
| | |
|
| | | if pc="1" and DispatchOrdID="" then
|
| | | replaceURL="/ServiceOrder.gds?ServiceOrdID="&ServiceOrdID
|
| | |
| | | replaceURL="/m_DispatchOrder_PaidMoney.gds?DispatchOrdID="&DispatchOrdID
|
| | | end if
|
| | |
|
| | | ThirdPay "weixin",Total_fee,ServiceOrdID,DispatchOrdID,replaceURL
|
| | |
|
| | | APPPayID = "Pay966120"
|
| | | trade_type = "NATIVE"
|
| | | If ServiceOrdID<>"" Then
|