stanley-king hai 1 ano
pai
achega
3c39f715e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      helper/refill/api/mh/seven_kami/RefillPhone.php

+ 1 - 1
helper/refill/api/mh/seven_kami/RefillPhone.php

@@ -74,7 +74,7 @@ class RefillPhone extends refill\IRefillPhone
 
             $nRtn = $resp['nRtn'];
             if ($nRtn === 0) {      //下单成功
-                return [true, $resp['szOrderId'], false];
+                return [true, '', false];
             } elseif (in_array($nRtn, config::ERRCODES, true)) {
                 return [false, config::ERRMSG[$nRtn], false];
             } elseif (in_array($nRtn, [2050, 999])) { //下单异常