2.0版本

This commit is contained in:
2025-07-30 13:34:49 +08:00
parent 1f2f59ef7c
commit 4037662497
9 changed files with 597 additions and 214 deletions

View File

@@ -49,3 +49,17 @@ export function upholdinfo(data) {
export function getCountryinfo(data) {
return postAxios({ url: 'api/tkinfo/countryinfo', data })
}
//修改主播建联状态
export function update(data) {
return postAxios({ url: 'api/save_data/update', data })
}
//获取话术
export function prologue(data) {
return getAxios({ url: 'api/common/prologue', data })
}
//获取评论
export function comment(data) {
return getAxios({ url: 'api/common/comment', data })
}