proto
This commit is contained in:
xcy 2023-12-22 11:57:39 +08:00
parent 377b7553e2
commit bafed44a56
2 changed files with 553 additions and 452 deletions

View File

@ -1,8 +1,10 @@
import {prizeType} from "../../type";
export interface ReqReceive { export interface ReqReceive {
hdid: number hdid: number
select: string[] select: string[]
} }
export interface ResReceive { export interface ResReceive {
prize: atn[] prize: prizeType[]
} }

File diff suppressed because it is too large Load Diff