设计管理优化
This commit is contained in:
@ -116,3 +116,17 @@ export const getileDetail = (id) => {
|
||||
method: 'get'
|
||||
});
|
||||
};
|
||||
/**
|
||||
* 获取二维码信息
|
||||
* @param query
|
||||
*/
|
||||
export const codeInfo = (id) => {
|
||||
const config: any = {
|
||||
url: '/design/volumeFile/codeInfo?id=' + id,
|
||||
method: 'get'
|
||||
};
|
||||
config.headers = {
|
||||
Authorization: '1'
|
||||
};
|
||||
return request(config);
|
||||
};
|
||||
|
Reference in New Issue
Block a user