|
@@ -407,7 +407,7 @@ class Api extends Core
|
|
|
} elseif ($type['shop_type'] && isset($config_type[$type['shop_type']])) {
|
|
|
$v['minfo'] = $config_type[$type['shop_type']] . '可用';
|
|
|
}
|
|
|
-
|
|
|
+ $type['shop_type'] = explode(',', $type['shop_type']);
|
|
|
if (in_array($shop_type, $type['shop_type'])) {
|
|
|
|
|
|
if ($type['city_type'] == 1) {
|