|
@@ -52,6 +52,9 @@ class RefillPhone extends refill\IRefillPhone
|
|
|
} elseif ($nRtn === 0) {
|
|
|
return [true, '', false];
|
|
|
} elseif (in_array($nRtn, config::ERR_NOS, true)) {
|
|
|
+ if($nRtn === 2003) {
|
|
|
+ refill\util::set_black($card_no);
|
|
|
+ }
|
|
|
return [false, $resp['szRtnCode'], false];
|
|
|
} elseif (in_array($nRtn, [2050, 999], true)) {
|
|
|
$net_errno = "HTTP-{$nRtn}";
|