wupengfei 2 years ago
parent
commit
0447e8c6d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common.php

+ 1 - 1
application/common.php

@@ -594,7 +594,7 @@ function getCompanyHash($id){
  */
 function getTag($id,$now,$num){
     $len = strlen($num);
-    $re = 'FYSC'.$id.'#';
+    $re = 'XL'.$id.'#';
     switch ($len){
         case 1:
             $re = $re.'0'.$now;