mirror of
https://github.com/vastxie/99AI.git
synced 2026-04-06 18:34:28 +08:00
v4.3.0
This commit is contained in:
7
admin/src/api/modules/models.ts
Normal file
7
admin/src/api/modules/models.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import api from '../index';
|
||||
|
||||
export default {
|
||||
queryModels: (params: any) => api.get('models/query', { params }),
|
||||
setModels: (data: any) => api.post('models/setModel', data),
|
||||
delModels: (data: any) => api.post('models/delModel', data),
|
||||
};
|
||||
Reference in New Issue
Block a user