瀏覽代碼

wesmiler 报恩寺项目提交

wesmiler 4 年之前
父節點
當前提交
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();
+    }
 }