修改 many_key 为post
This commit is contained in:
@@ -70,7 +70,7 @@ class CommonApiService {
|
||||
|
||||
// 获取字典数据
|
||||
async getDictionaryManyKey(keys: string): Promise<ApiResponse<any>> {
|
||||
return httpService.get('/parameter/many_key', { keys }, {
|
||||
return httpService.post('/parameter/many_key', { keys }, {
|
||||
showLoading: false,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user