稳定测试版
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user