Files
FastGPT/src/api/system.ts
2023-05-11 17:29:46 +08:00

4 lines
126 B
TypeScript

import { GET, POST, PUT } from './request';
export const getFilling = () => GET<{ beianText: string }>('/system/getFiling');