xbot敏感词

This commit is contained in:
liuye
2023-08-28 11:03:43 +08:00
parent ee87789591
commit db85fa7380

View File

@@ -184,7 +184,7 @@ export default {
this.getListInit() this.getListInit()
}, },
getKeywordList() { getKeywordList() {
this.$http.post(`/app/appsessionarchiveinfo/listForXbot`, null, { this.$http.post(`/app/appsessionarchiveinfo/listByKeywordRecord`, null, {
params: { params: {
userId: this.id, userId: this.id,
size: 10, size: 10,
@@ -244,7 +244,7 @@ export default {
this.preveHeight = res.height this.preveHeight = res.height
}).exec(); }).exec();
} }
this.$http.post(`/app/appsessionarchiveinfo/list`, null, { this.$http.post(`/app/appsessionarchiveinfo/listForXbot`, null, {
params: { params: {
userId: this.id, userId: this.id,
current: this.current, current: this.current,