mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-05 00:38:11 +08:00
[improvement][project] supersonic 0.6.0 version update (#16)
Co-authored-by: lexluo <lexluo@tencent.com>
This commit is contained in:
@@ -24,15 +24,8 @@ export function getAllConversations() {
|
||||
return request<Result<any>>(`${prefix}/chat/manage/getAll`);
|
||||
}
|
||||
|
||||
export function getMiniProgramList(id: string, type: string) {
|
||||
return request<Result<any>>(`/openapi/bd-bi/api/polaris/sql/getInterpretList/${id}/${type}`, {
|
||||
method: 'GET',
|
||||
skipErrorHandler: true,
|
||||
});
|
||||
}
|
||||
|
||||
export function getDomainList() {
|
||||
return request<Result<DomainType[]>>(`${prefix}/semantic/domain/getDomainList`, {
|
||||
return request<Result<DomainType[]>>(`${prefix}/chat/conf/domainList/view`, {
|
||||
method: 'GET',
|
||||
skipErrorHandler: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user