dever %!s(int64=7) %!d(string=hai) anos
pai
achega
b0305be888
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Api.php

+ 1 - 1
src/Api.php

@@ -96,7 +96,7 @@ class Api
 
     private function getName($id)
     {
-        $name = '父级分类';
+        $name = '';
         if ($id > 0) {
             $data = Dever::db('category/info')->one($id);
             if ($data) {