hrjy 3 éve
szülő
commit
720ed31b41
1 módosított fájl, 8 hozzáadás és 0 törlés
  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'],