新增定时任务 Redis文章转MongoDB
This commit is contained in:
@ -34,7 +34,7 @@ export function addUserNote(data) {
|
||||
export function userUpdateNote(data) {
|
||||
return request({
|
||||
url: '/note/note/userUpdateNote',
|
||||
method: 'put',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user