|
@@ -391,10 +391,8 @@ class Api extends Core
|
|
|
$this->data['no_card'][] = $v;
|
|
|
} else {
|
|
|
$v['type'] = $type = Dever::db('card/type')->find($v['info']['type_id']);
|
|
|
-
|
|
|
- $type['shop_type'] = explode(',', $type['shop_type']);
|
|
|
-
|
|
|
/*
|
|
|
+ $type['shop_type'] = explode(',', $type['shop_type']);
|
|
|
$v['minfo'] = array();
|
|
|
foreach ($type['shop_type'] as $tv) {
|
|
|
if (isset($config_type[$tv])) {
|