stanley-king 1 年之前
父节点
当前提交
a6db739f0a
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      helper/refill/api/xyz/leyou/RefillOil.php

+ 1 - 2
helper/refill/api/xyz/leyou/RefillOil.php

@@ -87,7 +87,6 @@ class RefillOil extends refill\IRefillOil
             }
 
             $status = $resp['status'];
-
             if ($status === 122600) {
                 $order_state = ORDER_STATE_SUCCESS;
             }
@@ -97,8 +96,8 @@ class RefillOil extends refill\IRefillOil
             else {
                 return [false, $status];
             }
-            return [true, $order_state];
 
+            return [true, $order_state];
         }
     }