Browse Source

wesmiler 报恩寺项目提交

wesmiler 4 năm trước cách đây
mục cha
commit
2c737b6e71
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Helpers/common.php

+ 1 - 1
app/Helpers/common.php

@@ -735,7 +735,7 @@ if (!function_exists('get_card_num')) {
     function get_card_num($prefix = '')
     {
         $micro = substr(microtime(), 2, 2);
-        return $prefix . date("Ymdis") . $micro . rand(100, 999);
+        return $prefix . date("Ymdis") . $micro . rand(10, 99);
     }
 
 }