DZ 品牌空间的支付宝接口出现
CMS建站  
admin  
发布时间:2014-11-27 00:42:01  
浏览: 次 改动api_alipay.php文件的下面这个函数即可。
	function credit_payurl($price, &$orderid) {
	    global $_G;
	    $orderid = gmdate('YmdHis', TIMESTAMP).random(18);
	    $args = array(
	        'subject'        => $_G['setting']['sitename'].'-'.$_G['username'].'-'.lang('credit_payment'),
	        'body'            => lang('credit_payment').'_'.$price,
	        'service'        => 'create_partner_trade_by_buyer',
	        'partner'        => DISCUZ_PARTNER,
	        'notify_url'        => B_URL.'api/trade/notify_credit.php',
	        'return_url'        => B_URL.'api/trade/notify_credit.php',
	        'show_url'        => B_URL,
	        '_input_charset'    => $_G['charset'],
	        'out_trade_no'        => $orderid,        
相关推荐
- 
		无相关信息		
          
          
        
 

 
售前咨询专员