qwqwq
This commit is contained in:
@@ -23,6 +23,14 @@ export class EquService {
|
||||
return await ApiService.Request("get", "/Equ/EquLock", { ueId });
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取用户穿戴的装备
|
||||
* GET /Equ/GetUserOnEqu
|
||||
*/
|
||||
static async GetUserOnEqu() {
|
||||
return await ApiService.Request("get", "/Equ/GetUserOnEqu");
|
||||
}
|
||||
|
||||
/**
|
||||
* 穿/卸装备
|
||||
* GET /Equ/DownOrUpEqu
|
||||
|
||||
Reference in New Issue
Block a user