stanley-king 3 年 前
コミット
0cb326af33
1 ファイル変更2 行追加3 行削除
  1. 2 3
      helper/refill/api/xyz/yingdian/RefillOil.php

+ 2 - 3
helper/refill/api/xyz/yingdian/RefillOil.php

@@ -57,8 +57,7 @@ class RefillOil extends refill\IRefillOil
                 elseif($status === 'SUBMIT_FAIL' || $status === 'FAIL') {
                     return [false, $status, false];
                 }
-                else {
-                    //未知status,需人工确认。
+                else {//未知status,需人工确认。
                     $net_errno = "HTTP-997";
                     return [false, $status, false];
                 }
@@ -116,12 +115,12 @@ class RefillOil extends refill\IRefillOil
                 } else {
                     return [false, $status];
                 }
+
                 return [true, $order_state];
             }
             else {
                 return [false, $resp['msg']];
             }
-
         }
     }