|
|
@@ -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'],
|