wufeng 2 years ago
parent
commit
877c00eff7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Report.php

+ 1 - 1
app/admin/controller/Report.php

@@ -544,7 +544,7 @@ class Report extends Base
             }
         }
 
-        return app_show(0, '请求成功', $da[0]);
+        return app_show(0, '请求成功', $da);
 
     }