项目初始化
This commit is contained in:
13
web/src/api/backend/user/scoreLog.ts
Normal file
13
web/src/api/backend/user/scoreLog.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import createAxios from '/@/utils/axios'
|
||||
|
||||
export const url = '/admin/user.ScoreLog/'
|
||||
|
||||
export function add(userId: string) {
|
||||
return createAxios({
|
||||
url: url + 'add',
|
||||
method: 'get',
|
||||
params: {
|
||||
userId: userId,
|
||||
},
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user