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