lizhen_gitee 2 months ago
parent
commit
0cb6151656
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Intro.php

+ 1 - 1
application/api/controller/Intro.php

@@ -291,7 +291,7 @@ class Intro extends Api
                     }
                 }
 
-                $list[$key] = $val;
+                $list2[$key] = $val;
             }
 
             $this->success(1,$list2);