新增定时任务 Redis文章转MongoDB

This commit is contained in:
WangHao
2020-10-18 18:27:21 +08:00
parent e7b6e1f5dc
commit 046aba8a28
9 changed files with 90 additions and 18 deletions

View File

@ -34,7 +34,7 @@ export function addUserNote(data) {
export function userUpdateNote(data) {
return request({
url: '/note/note/userUpdateNote',
method: 'put',
method: 'post',
data: data
})
}