1212121
This commit is contained in:
@@ -38,4 +38,20 @@ export class EquService {
|
||||
static async DownOrUpEqu(ueId: string, de: string) {
|
||||
return await ApiService.Request("get", "/Equ/DownOrUpEqu", { ueId, de });
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取可穿戴装备
|
||||
* GET /Equ/GetCanOnEqu
|
||||
*/
|
||||
static async GetCanOnEqu(type: number) {
|
||||
return await ApiService.Request("get", "/Equ/GetCanOnEqu", { type });
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取激活套装属性
|
||||
* GET /Equ/GetUserOnSuitInfo
|
||||
*/
|
||||
static async GetUserOnSuitInfo(suitCode: string) {
|
||||
return await ApiService.Request("get", "/Equ/GetUserOnSuitInfo", { suitCode });
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user