ソースを参照

fix short of file

stanley-king 4 年 前
コミット
a6d7e12daf

+ 2 - 0
helper/refill/LZRefillFactory.php

@@ -11,6 +11,8 @@ require_once(BASE_HELPER_PATH . '/refill/policy/chctl.php');
 require_once(BASE_HELPER_PATH . '/refill/policy/ctl_item.php');
 require_once(BASE_HELPER_PATH . '/refill/policy/mchctl.php');
 require_once(BASE_HELPER_PATH . '/refill/policy/quaility.php');
+require_once(BASE_HELPER_PATH . '/refill/policy/lingzh/quality_ploy.php');
+
 
 use Log;
 use StatesHelper;

+ 1 - 1
helper/refill/api/lingzh/amingjd/RefillPhone.php

@@ -74,7 +74,7 @@ class RefillPhone extends refill\IRefillPhone
                 } elseif (in_array($resp['status'] , [1 , 2])) {
                     $order_state = ORDER_STATE_SEND;
                 }
-                
+
                 if ($order_state == -1) {
                     return [false, $resp['msg']];
                 }