feat: 修复雪花id问题

This commit is contained in:
橙子
2023-03-11 15:02:50 +08:00
parent 9166fc50aa
commit 9593b68d33
19 changed files with 173 additions and 26 deletions

View File

@@ -5,4 +5,11 @@ export function getList(data){
method: 'get',
params:data
})
};
export function getListByPlateId(plateId){
return myaxios({
url: `/discuss/plate-id/${plateId}`,
method: 'get'
})
};