<?phpinclude "wechat.class.php";function getda($w){ $r=file_get_content("http://api.lyoo.xyz/xiao Chengxu/chati.php?w=".$w); $s=json_decode($r,true); if($s['代码']==200) { $tm=$s['tm']; $da=$s['da']; return ":$tm"."\n".":$da"."\n".; } 别的{ 返回 $s['msg']; }}
求大佬帮忙看看
你这个api返回的不是json ,那么你拿到数据 后再用json_decode就肯定是空值 了