Denna sida fungerar bättre med Javascript igång.
Startsida
Registrera dig
Logga in
DedeBIZ
/
DedeV6
Bevaka
2
Stjärnmärk
0
Förgrening
0
Kod
Pull-förfrågningar
0
Släpp
29
Aktiviteter
Bläddra i källkod
修正暴露绝对地址的bug
tags/6.0.3
tianya
4 år sedan
förälder
2b645e963e
incheckning
3ce95bb072
6 ändrade filer
med
6 tillägg
och
3 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/include/downmix.inc.php
+1
-1
src/member/inc/config_pay_alipay.php
+1
-0
src/member/inc/config_pay_cbpayment.php
+1
-0
src/member/inc/config_pay_nps.php
+1
-0
src/member/inc/config_pay_tenpay.php
+1
-0
src/member/inc/config_pay_yeepay.php
+ 1
- 2
src/include/downmix.inc.php
Visa fil
@@ -1,5 +1,4 @@
<?php
<?php if (!defined('DEDEINC')) exit("Request Error!");
/**
* 防采集混淆字符串
*
+ 1
- 1
src/member/inc/config_pay_alipay.php
Visa fil
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
/**
* 支付页面
*
+ 1
- 0
src/member/inc/config_pay_cbpayment.php
Visa fil
@@ -1,4 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
require_once(DEDEMEMBER."/paycenter/cbpayment/cbpayment_config.php");
if($payment_exp[3] < 0) $payment_exp[3] = 0;
$piice_ex = $price*$payment_exp[3];
+ 1
- 0
src/member/inc/config_pay_nps.php
Visa fil
@@ -1,4 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
//nps 网上支付接口
include_once DEDEMEMBER.'/paycenter/nps/nps_config.inc.php';
//支付手续费
+ 1
- 0
src/member/inc/config_pay_tenpay.php
Visa fil
@@ -1,4 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
//财付通 网上支付接口
/*这里替换为您的实际商户号*/
$strSpid = $payment_userid[0];
+ 1
- 0
src/member/inc/config_pay_yeepay.php
Visa fil
@@ -1,4 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
include_once DEDEMEMBER.'/paycenter/yeepay/yeepay_config.php';
if($payment_exp[4] < 0) $payment_exp[4] = 0;
Write
Förhandsgranska
Laddar…
Avbryt
Spara