水滴线路表显示

This commit is contained in:
“wanyongkang”
2024-03-29 16:20:09 +08:00
parent ec12b22295
commit 0d8cd30ec2
2 changed files with 50 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
* @Author: kangkang
* @Date: 2020-11-03 11:04:15
* @LastEditors: “wanyongkang” “937888580@qq.com”
* @LastEditTime: 2024-02-18 11:28:28
* @LastEditTime: 2024-03-29 16:16:04
*/
$is_script = 1;
@@ -988,9 +988,14 @@ function shuidi_getList($data, &$file, &$all, $exit )
foreach($val['lines'] as $city_info) {
$city_info = (array)$city_info;
$jingtai_gutai = '';
if ($city_info['class'] == 2) {
$jingtai_gutai = '静态-';
}
$jingtai_gutai .= $isps[$city_info['isp_class']];
$record['city'] = $city_info['name'];
$record['supply'] = $isps[$city_info['isp_class']];
$record['supply'] = $jingtai_gutai;
$record['ip'] = '';
$record['daikuan'] = '';