111
This commit is contained in:
@@ -27,7 +27,7 @@ export class EquService {
|
||||
* 穿/卸装备
|
||||
* GET /Equ/DownOrUpEqu
|
||||
*/
|
||||
static async DownOrUpEqu(ueId: string) {
|
||||
return await ApiService.Request("get", "/Equ/DownOrUpEqu", { ueId });
|
||||
static async DownOrUpEqu(ueId: string, de: string) {
|
||||
return await ApiService.Request("get", "/Equ/DownOrUpEqu", { ueId, de });
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user