Merge remote-tracking branch 'origin/main'

This commit is contained in:
2026-03-03 11:52:31 +08:00
17 changed files with 971 additions and 209 deletions

View File

@@ -58,3 +58,11 @@ export function delBasic(id) {
method: 'post'
})
}
export function getOwnInfo(){
return request({
url:'/comprehensive/stuInfoView/getOwnInfo',
method:'GET'
})
}