|
@@ -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])) { //下单异常
|