stanley-king 3 năm trước cách đây
mục cha
commit
ee9238cbea
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      helper/refill/api/xyz/yingdian/RefillOil.php

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

@@ -68,9 +68,7 @@ class RefillOil extends refill\IRefillOil
                 return [false, $resp['msg'], true];
             }
             else {
-                //未知code,需人工确认。
-                $net_errno = "HTTP-998";
-                return [false, $resp['code'], true];
+                return [false, $resp['msg'], false];
             }
         }
     }