|
@@ -1621,5 +1621,20 @@ class NewsService implements NewsServiceInterface
|
|
}
|
|
}
|
|
return Result::success($result);
|
|
return Result::success($result);
|
|
}
|
|
}
|
|
|
|
+ /*
|
|
|
|
+ * 获取招聘信息列表
|
|
|
|
+ * */
|
|
|
|
+ public function getRecruitingList(array $data): array
|
|
|
|
+ {
|
|
|
|
+ // $user = User::where('id', $data['user_id'])->first();
|
|
|
|
+ // if(empty($user)){
|
|
|
|
+ // return Result::error("用户不存在", 0);
|
|
|
|
+ // }
|
|
|
|
+ // $web = Website::where('id', $data['website_id'])->first();
|
|
|
|
+ // if(empty($web)){
|
|
|
|
+ // return Result::error("网站不存在", 0);
|
|
|
|
+ // }
|
|
|
|
+
|
|
|
|
+ }
|
|
// 20250306 招聘
|
|
// 20250306 招聘
|
|
}
|
|
}
|