rabin 3 years ago
parent
commit
3e8f607cd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/card/src/Api.php

+ 1 - 1
app/card/src/Api.php

@@ -381,7 +381,7 @@ class Api extends Core
                             $v['minfo'][] = $config_type[$tv];
                         }
                     }
-                    $v['minfo'] = implode(',', $v['info']) . '可用';
+                    $v['minfo'] = implode(',', $v['minfo']) . '可用';
 
                     if (in_array($shop_type, $type['shop_type'])) {