瀏覽代碼

竞拍接口

hrjy 3 年之前
父節點
當前提交
720ed31b41
共有 1 個文件被更改,包括 8 次插入0 次删除
  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'],