hrjy 3 gadi atpakaļ
vecāks
revīzija
720ed31b41
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 8 0
      app/api/controller/auction/AuctionController.php

+ 8 - 0
app/api/controller/auction/AuctionController.php

@@ -148,6 +148,14 @@ class AuctionController
     }
 
 
+    /**
+     * 转预约卷给下级
+     * @param Request $request
+     * @return mixed
+     * @throws \think\db\exception\DataNotFoundException
+     * @throws \think\db\exception\DbException
+     * @throws \think\db\exception\ModelNotFoundException
+     */
     public function transfer_accounts(Request $request){
         $data = UtilService::getMore([
             ['uid'],