<?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'] を返します。 }}
助けてください、お願いします
秋香姐家的小书童2020-05-18 08:34:27
API が返すものは json ではないため、データを取得した後に json_decode を使用すると、間違いなく null 値になります。