这是一个使用Redis存储和管理外包公司列表的API服务。
GET /api/companies
返回所有外包公司的列表。
POST /api/add-company
添加新的外包公司到列表中。
GET /api/health
检查API服务的健康状态。
有关API的更多信息,请参阅 GitHub仓库。