diff --git a/app/api/controller/AppUpdateController.php b/app/api/controller/AppUpdateController.php new file mode 100644 index 0000000..e04a884 --- /dev/null +++ b/app/api/controller/AppUpdateController.php @@ -0,0 +1,13 @@ +where('')->order('id desc')->findOrEmpty(); + return $this->success('请求成功',$data->toArray()); + } + } \ No newline at end of file