今天在作微信接口的时候 发现json格式为nullphp
以后改为这样子就能够了json
private function parseJSON($string) { return json_decode ( $string, true );//不加true为对象 加了true为数组 }