|
@@ -218,6 +218,9 @@ class refillControl extends merchantControl
|
|
|
|
|
|
private function check_electirc($params)
|
|
private function check_electirc($params)
|
|
{
|
|
{
|
|
|
|
+ if(empty($params['cardno'])) {
|
|
|
|
+ return [false,'参数没有包含cardno'];
|
|
|
|
+ }
|
|
if(empty($params['notifyurl'])) {
|
|
if(empty($params['notifyurl'])) {
|
|
return [false,'参数没有包含notifyurl'];
|
|
return [false,'参数没有包含notifyurl'];
|
|
}
|
|
}
|