<?phpinclude "wechat.class.php";function getda($w){ $r=file_get_content("http://api.lyoo.xyz/xiaochengxu/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를 사용하면 확실히 null 값이 됩니다