完善请求

This commit is contained in:
WUSIJIAN
2025-12-01 16:30:31 +08:00
parent 4128cd8c7b
commit 91ce6a597d
12 changed files with 402 additions and 225 deletions

View File

@@ -5,7 +5,7 @@ export function getscriptList(data: object) {
return newService({
url: '/customerService/speechcraft/list',
method: 'get',
data: data,
params: data,
});
}