修改 many_key 为post

This commit is contained in:
张成
2025-09-17 21:51:58 +08:00
parent 137a7321c9
commit 46fc702dfd

View File

@@ -70,7 +70,7 @@ class CommonApiService {
// 获取字典数据 // 获取字典数据
async getDictionaryManyKey(keys: string): Promise<ApiResponse<any>> { async getDictionaryManyKey(keys: string): Promise<ApiResponse<any>> {
return httpService.get('/parameter/many_key', { keys }, { return httpService.post('/parameter/many_key', { keys }, {
showLoading: false, showLoading: false,
}) })
} }