wupengfei
6 天以前 bda68a4c87497ffd6f76a15dc6f02cfa04a1fd26
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 || {}),
  });
}