浏览代码

fix short of file

stanley-king 4 年之前
父节点
当前提交
a6d7e12daf
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      helper/refill/LZRefillFactory.php
  2. 1 1
      helper/refill/api/lingzh/amingjd/RefillPhone.php

+ 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']];
                 }