Преглед изворни кода

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