...
|
...
|
@@ -195,9 +195,8 @@ class Cards extends Backend |
|
|
// }
|
|
|
// }
|
|
|
foreach ($insert as $k => $v) {
|
|
|
dump(strlen($v['mobile']));
|
|
|
if (strlen($v['mobile']) != 11) {
|
|
|
$this->error(__('手机号错误' . $v['mobile']));
|
|
|
$this->error('手机号错误');
|
|
|
die;
|
|
|
}
|
|
|
if (strlen($v['CardsNum']) != 18) {
|
...
|
...
|
|