正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -182,7 +182,7 @@ class Demo extends Command | @@ -182,7 +182,7 @@ class Demo extends Command | ||
| 182 | "footer_status": 0 | 182 | "footer_status": 0 |
| 183 | } | 183 | } |
| 184 | ]'; | 184 | ]'; |
| 185 | - return json_encode($str); | 185 | + echo json_encode($str); |
| 186 | } | 186 | } |
| 187 | 187 | ||
| 188 | public function synchronizationFile($path_name){ | 188 | public function synchronizationFile($path_name){ |
-
请 注册 或 登录 后发表评论