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