json格式 轉換的時候 注意是不是類仍是數組 微信json爲null

今天在作微信接口的時候  發現json格式爲nullphp


以後改爲這樣子就能夠了json

private function parseJSON($string) {
		return json_decode ( $string, true );//不加true爲對象 加了true爲數組
	}
相關文章
相關標籤/搜索