wufeng il y a 2 ans
Parent
commit
877c00eff7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
 
     }