今天在做微信接口的时候 发现json格式为null
之后改成这样子就可以了
private function parseJSON($string) { return json_decode ( $string, true );//不加true为对象 加了true为数组 }
时间: 2024-10-12 23:37:27
今天在做微信接口的时候 发现json格式为null
之后改成这样子就可以了
private function parseJSON($string) { return json_decode ( $string, true );//不加true为对象 加了true为数组 }