xbot敏感词
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user