json格式 转换的时候 注意是不是类仍是数组 微信json为null

今天在作微信接口的时候  发现json格式为nullphp


以后改为这样子就能够了json

private function parseJSON($string) {
		return json_decode ( $string, true );//不加true为对象 加了true为数组
	}
相关文章
相关标签/搜索