|
|
@@ -137,7 +137,7 @@ export interface StandardApiResponse {
|
|
|
export const getRisConfig = async (): Promise<RisConfigResponse> => {
|
|
|
try {
|
|
|
console.log('正在获取RIS配置...');
|
|
|
- const response = await axiosInstance.get('/auth/study/ris');
|
|
|
+ const response = await axiosInstance.get('/auth/study/ris/config');
|
|
|
|
|
|
if (response.data.code !== '0x000000') {
|
|
|
console.error('获取RIS配置失败', response.data.description);
|