增加获取场馆、字典
This commit is contained in:
@@ -68,6 +68,13 @@ class CommonApiService {
|
||||
})
|
||||
}
|
||||
|
||||
// 获取字典数据
|
||||
async getDictionaryManyKey(keys: string): Promise<ApiResponse<any>> {
|
||||
return httpService.get('/parameter/many_key', { keys }, {
|
||||
showLoading: false,
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 导出通用API服务实例
|
||||
|
||||
Reference in New Issue
Block a user