新增SPGW统计

This commit is contained in:
lai
2024-11-19 18:01:38 +08:00
parent 5fba2be54d
commit 6d5307cbce
3 changed files with 399 additions and 2 deletions

View File

@@ -248,6 +248,10 @@ case RCS_SYSTYPENO:
}
}
break;
case SPGW_SYSTYPENO:
include("./spgw_day.php");
break;
default:
exit("can not find system({$pageConf[SysTypeNo]})");
break;