add oauth loginlog & fix bugs

This commit is contained in:
ljw
2024-09-19 10:46:07 +08:00
parent 3b18b977db
commit c7f35f5044
16 changed files with 891 additions and 140 deletions
+7
View File
@@ -67,3 +67,10 @@ export function changeCurPwd (data) {
data,
})
}
export function myOauth () {
return request({
url: '/user/myOauth',
method: 'post',
})
}