|
@@ -1,5 +1,5 @@
|
|
|
<?php
|
|
<?php
|
|
|
-namespace app\controller\api;
|
|
|
|
|
|
|
+namespace app\api\controller\store;
|
|
|
|
|
|
|
|
use app\admin\model\store\DeviceRepair as DeviceRepairModel;
|
|
use app\admin\model\store\DeviceRepair as DeviceRepairModel;
|
|
|
//use think\Controller;
|
|
//use think\Controller;
|
|
@@ -12,10 +12,10 @@ use think\facade\Validate;
|
|
|
*/
|
|
*/
|
|
|
class DeviceRepairController
|
|
class DeviceRepairController
|
|
|
{
|
|
{
|
|
|
- /**
|
|
|
|
|
- * 展示报修表单页面
|
|
|
|
|
- * @return \think\response\View
|
|
|
|
|
- */
|
|
|
|
|
|
|
+// /**
|
|
|
|
|
+// * 展示报修表单页面
|
|
|
|
|
+// * @return \think\response\View
|
|
|
|
|
+// */
|
|
|
// public function index()
|
|
// public function index()
|
|
|
// {
|
|
// {
|
|
|
// return $this->fetch();
|
|
// return $this->fetch();
|