perf: ui
This commit is contained in:
3
src/api/system.ts
Normal file
3
src/api/system.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { GET, POST, PUT } from './request';
|
||||
|
||||
export const getFilling = () => GET<{ beianText: string }>('/system/getFiling');
|
||||
Reference in New Issue
Block a user