#47 | $platinumData = []; |
#48 | $priceTableHTML = ''; |
#49 | $chartJson = json_encode([]); |
#50 | $chartJson2 = json_encode([]); |
#51 | $dataDays = is_subpage() ? $subpage_history_days : $history_days; |
#52 | |
#53 | // 处理主品种数据(黄金) |
#54 | $cacheFile = ROOT_PATH . 'api/JijinhaoHistorys/' . $symbol . '.json'; |
#55 | if (file_exists($cacheFile)) { |
#56 | $jsonContent = file_get_contents($cacheFile); |