实现接口部分功能

This commit is contained in:
WUSIJIAN
2025-11-28 17:17:07 +08:00
parent 0ad816cc6d
commit 4c2fb2a189
11 changed files with 317 additions and 686 deletions

View File

@@ -4,7 +4,7 @@ import request, { newService } from '/@/utils/request';
export function getscriptList(data: object) {
return newService({
url: '/customerService/speechcraft/list',
method: 'post',
method: 'get',
data: data,
});
}