Sfoglia il codice sorgente

wesmiler 报恩寺项目提交

wesmiler 4 anni fa
parent
commit
c2eb2a8bef
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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();
+    }
 }