stanley-king 1 年間 前
コミット
8d100964b1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      helper/mtopcard/mtopcard.php

+ 1 - 1
helper/mtopcard/mtopcard.php

@@ -259,7 +259,7 @@ function simple_card_type($cardno)
 {
     if (preg_match('/^1[0-9]{18}$/', $cardno, $matches)) {
         return SinopecCard;
-    } elseif (preg_match('/^9[0-9]{15}$/', $cardno, $matches)) {
+    } elseif (preg_match('/^[79][0-9]{15}$/', $cardno, $matches)) {
         return PetroChinaCard;
     } elseif (preg_match('/^134[0-8]\d{7}$|^(?:13[5-9]|15[012789]|17[28]|18[23478]|19[578])\d{8}$/', $cardno, $matches)) {
         return ChinaMobileCard;