www.gusucode.com > Destoon B2B仿淘宝电子商务网站 UTF8 v6.0源码程序 > destoon/api/pay/tenpay/config.inc.php

    <?php
defined('IN_DESTOON') or exit('Access Denied');
$partner = trim($PAY[$bank]['partnerid']);
$key = trim($PAY[$bank]['keycode']);
$return_url = $receive_url;
$notify_url = DT_PATH.'api/pay/'.$bank.'/'.($PAY[$bank]['notify'] ? $PAY[$bank]['notify'] : 'notify.php');
?>