Prechádzať zdrojové kódy

wesmiler 报恩寺项目提交

wesmiler 4 rokov pred
rodič
commit
c2eb2a8bef

+ 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();
+    }
 }