稳定测试版

This commit is contained in:
2025-10-28 19:41:05 +08:00
parent cd6160deaa
commit ddd295565b
13 changed files with 996 additions and 124 deletions

View File

@@ -13,6 +13,10 @@ export function getIdByName(name) {
export function update(data) {
return postAxios({ url: 'api/save_data/update', data })
}
//批量修改主播建联状态
export function updates(data) {
return postAxios({ url: 'api/save_data/updates', data })
}
//获取话术
export function prologue() {