other.ts 235 B

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