Browse Source

wesmiler 报恩寺项目提交

wesmiler 4 years ago
parent
commit
c2eb2a8bef
1 changed files with 8 additions and 0 deletions
  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();
         parent::__construct();
         $this->service = new WithdrawService();
         $this->service = new WithdrawService();
     }
     }
+
+    /**
+     * 审核
+     * @return array
+     */
+    public function confirm(){
+        return $this->service->edit();
+    }
 }
 }