Просмотр исходного кода

wesmiler 报恩寺项目提交

wesmiler 4 лет назад
Родитель
Сommit
c2eb2a8bef
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      app/Http/Controllers/WithdrawController.php

+ 8 - 0
app/Http/Controllers/WithdrawController.php

@@ -33,4 +33,12 @@ class WithdrawController extends Backend
         parent::__construct();
         $this->service = new WithdrawService();
     }
+
+    /**
+     * 审核
+     * @return array
+     */
+    public function confirm(){
+        return $this->service->edit();
+    }
 }