From 002368366976fd9e368890ecac39a841a54dcf68 Mon Sep 17 00:00:00 2001 From: xichaoyin Date: Thu, 11 Jan 2024 23:01:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=9A=AE=E8=82=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shared/protocols/hero/PtlGetList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/protocols/hero/PtlGetList.ts b/src/shared/protocols/hero/PtlGetList.ts index 76a0d24..ecd9ac2 100644 --- a/src/shared/protocols/hero/PtlGetList.ts +++ b/src/shared/protocols/hero/PtlGetList.ts @@ -72,5 +72,5 @@ type heroAddKey = { [pos: string]: string; }; /**皮肤*/ - skin: string; + skin: string | number; }; \ No newline at end of file