wupengfei
2025-03-11 286f1b727856d6b32a8d237f353ae008f3076deb
packages/services/api/SearchSetting.ts
@@ -84,18 +84,3 @@
    ...(options || {}),
  });
}
/** 修改推荐状态 POST /api/SearchSetting/SetRecommendSearchSetting */
export async function setRecommendSearchSetting(
  body: API.SetRecommendSearchSettingInput,
  options?: API.RequestConfig
) {
  return request<number>('/api/SearchSetting/SetRecommendSearchSetting', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    data: body,
    ...(options || {}),
  });
}