添加消息通知switch
This commit is contained in:
@@ -818,7 +818,24 @@ getLastInquiry(params) {
|
||||
}
|
||||
})
|
||||
}
|
||||
//获取配置
|
||||
getConfig() {
|
||||
return this.request({
|
||||
url: `${this.baseUrl}/user/system`,
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
|
||||
//获取配置
|
||||
editConfig(params) {
|
||||
return this.request({
|
||||
url: `${this.baseUrl}/user/system`,
|
||||
method: 'PUT',
|
||||
data: {
|
||||
...params
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user