This commit is contained in:
2026-04-29 16:05:03 +08:00
parent af5dc954e3
commit f5b99f5bb3
11 changed files with 494 additions and 12 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { api } from './index'
export const usersApi = {
getUserInfoFromUserID(UserID) {
return api.get('/users/getuserinfo/'+UserID)
},