feat: 修复雪花id问题
This commit is contained in:
@@ -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'
|
||||
})
|
||||
};
|
||||
Reference in New Issue
Block a user