stanley-king 3 years ago
parent
commit
f544a1422e
2 changed files with 4 additions and 2 deletions
  1. 2 1
      helper/refill/policy/quaility.php
  2. 2 1
      helper/refill/policy/xyz/quality_ploy.php

+ 2 - 1
helper/refill/policy/quaility.php

@@ -25,7 +25,8 @@ class Quality
 
     const OilWithoutSN = 1;
     const OilWithSN    = 5;
-    const OilSN_TURN   = 20;
+    const OilSN_NONE_HAS   = 20;
+    const OilSN_HAS_NONE   = 21;
 
     protected $mMchPhonectl;
     protected $mMchoilctl;

+ 2 - 1
helper/refill/policy/xyz/quality_ploy.php

@@ -39,7 +39,8 @@ class quality_ploy extends Quality
             self::DefSuccess => [self::ThirdShop, self::Normal, self::CardKey, self::Quick],
             self::NormalQuick => [self::Normal, self::Quick],
 
-            self::OilSN_TURN => [self::OilWithoutSN, self::OilWithSN]
+            self::OilSN_NONE_HAS => [self::OilWithoutSN, self::OilWithSN],
+            self::OilSN_HAS_NONE => [self::OilWithSN,self::OilWithoutSN]
         ];
     }
 }