This commit is contained in:
Putoo
2026-06-13 18:07:39 +08:00
parent a68368d227
commit 404af92f96
6 changed files with 188 additions and 71 deletions

View File

@@ -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