1233
This commit is contained in:
9
Web/src/services/Index/EquService.ts
Normal file
9
Web/src/services/Index/EquService.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export class EquService {
|
||||
/**
|
||||
* 获取装备信息
|
||||
* GET /Equ/GetEquInfo
|
||||
*/
|
||||
static async GetEquInfo(equId: number, ueId: string) {
|
||||
return await ApiService.Request("get", "/Equ/GetEquInfo", { equId, ueId });
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user