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