Explorar el Código

add 易林通道 ylin

stanley-king hace 3 años
padre
commit
c181c39e6f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      helper/refill/api/xyz/yilin/RefillPhone.php

+ 0 - 1
helper/refill/api/xyz/yilin/RefillPhone.php

@@ -37,7 +37,6 @@ class RefillPhone extends refill\IRefillPhone
         $params['sign'] = $sign;
 
         $resp = http_request(config::ORDER_URL, $params, 'POST', false, config::ExtHeaders, $net_errno);
-
         if (empty($resp)) {
             return [false, '网络错误', true];
         }