import { GET,POST } from "@/utils/http"; // import type { UserRequest } from "@/apis/types/user"; // 模板相关 export async function getCompanyTemplatesApi(){ return GET('/api/ai_image/auto_photo/get_company_templates') }