This commit is contained in:
archer
2023-05-11 17:29:46 +08:00
parent 451f234f68
commit 3e4b165ed9
7 changed files with 45 additions and 15 deletions

3
src/api/system.ts Normal file
View File

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