stanley-king 3 年之前
父節點
當前提交
ee9238cbea
共有 1 個文件被更改,包括 1 次插入3 次删除
  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];
             }
         }
     }