This commit is contained in:
2025-08-29 20:57:49 +08:00
parent 203c808fa2
commit 62ab2a4672
7 changed files with 131 additions and 112 deletions

View File

@ -116,6 +116,17 @@ export const getileDetail = (id) => {
method: 'get'
});
};
/**
* 获取专业列表
* @param query
*/
export const majorList = (params) => {
return request({
url: '/design/volumeCatalog/majorList',
method: 'get',
params: params
});
};
/**
* 获取二维码信息
* @param query