Skip to content

修复返回值泛型被覆盖的问题

Choose a tag to compare

@NoBugBoy NoBugBoy released this 01 Nov 03:49
· 31 commits to main since this release

返回值为
class R
{
message: string
data : T
}
修复返回值泛型会被最后一个接口使用的泛型类给覆盖的问题