增加HLRredis同步

This commit is contained in:
lai
2025-01-10 09:49:42 +08:00
parent ae99ff0534
commit da42a95d46
6 changed files with 187 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ NO.1
require("../../inc/header.inc");
$sysTypeNo=$_REQUEST['sysTypeNo'];
$dataTypeNo=$_REQUEST['dataTypeNo'];
$userNum = 0;
//$helpId="6.4.1";
?>
@@ -47,15 +48,18 @@ function checkSubmit(actionType,transValue){
echo "baseURL = \"../pubSubsImport/subscriberImportIndex.php?sysId=$sysId&dataTypeNo=$dataTypeNo&\"; \n";
else
echo "baseURL = \"../pubSubsImport/subscriberImportIndex.php?sysId=$sysTypeNo"."_99_99&dataTypeNo=$dataTypeNo&\"; \n";
?>
break;
case 5: //get all
case 5: //get all
<?php
if($sysTypeNo==330)
echo "baseURL = \"./hlrGetAll.php?sysTypeNo=$sysTypeNo&dataTypeNo=$dataTypeNo&\"; \n";
else
echo "baseURL = \"./subscriberConf.php?sysTypeNo=$sysTypeNo&dataTypeNo=$dataTypeNo&\"; \n";
?>
break;
default:
alert("Unknown action!");
return(false);