码迷,mamicode.com
首页 > 微信 > 详细

微信支付生成package参数缺失

时间:2015-01-07 14:59:39      阅读:300      评论:0      收藏:0      [点我收藏+]

标签:微信支付   package参数缺失   

就是这个方法返回了flase,所以出错。把以上方法替换掉下面这个方法,就会知道具体是什么什么参数

WxPayHelper.php文件

	function check_cft_parameters(){
		if($this->parameters["bank_type"] == null || $this->parameters["body"] == null || $this->parameters["partner"] == null || 
			$this->parameters["out_trade_no"] == null || $this->parameters["total_fee"] == null || $this->parameters["fee_type"] == null ||
			$this->parameters["notify_url"] == null || $this->parameters["spbill_create_ip"] == null || $this->parameters["input_charset"] == null
			)
		{
			return false;
		}
		return true;

	}



然后就知道为什么 生成package参数缺失了。

微信支付生成package参数缺失

标签:微信支付   package参数缺失   

原文地址:http://blog.csdn.net/chenyoper/article/details/42492305

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!