mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 20:51:48 +00:00
(feature)(chat-sdk) add export log (#1482)
This commit is contained in:
@@ -131,9 +131,3 @@ export function queryDimensionValues(
|
||||
value,
|
||||
});
|
||||
}
|
||||
|
||||
export function queryEntityInfo(queryId: number, parseId: number) {
|
||||
return axios.get<EntityInfoType>(
|
||||
`${prefix}/chat/query/getEntityInfo?queryId=${queryId}&parseId=${parseId}`
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user