Este site funciona melhor com JavaScript.
Página inicial
Cadastrar
Acessar
DedeBIZ
/
DedeV6
Observar
2
Favorito
0
Fork
0
Código
Pull requests
0
Versões
29
Atividade
Ver código fonte
修正暴露绝对地址的bug
tags/6.0.3
tianya
4 anos atrás
pai
2b645e963e
commit
3ce95bb072
6 arquivos alterados
com
6 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
@@ -1,5 +1,4 @@
<?php
<?php if (!defined('DEDEINC')) exit("Request Error!");
/**
* 防采集混淆字符串
*
+ 1
- 1
src/member/inc/config_pay_alipay.php
Ver arquivo
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
/**
* 支付页面
*
+ 1
- 0
src/member/inc/config_pay_cbpayment.php
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -1,4 +1,5 @@
<?php
if (!defined('DEDEMEMBER')) exit("Request Error!");
//财付通 网上支付接口
/*这里替换为您的实际商户号*/
$strSpid = $payment_userid[0];
+ 1
- 0
src/member/inc/config_pay_yeepay.php
Ver arquivo
@@ -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;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar