Init
This commit is contained in:
10
src/typings/api/base/UserGetPoint.ts
Normal file
10
src/typings/api/base/UserGetPoint.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export enum MaiMileGetKind {
|
||||
Mission = 1,
|
||||
FriendBonus = 2,
|
||||
Present = 3
|
||||
}
|
||||
|
||||
export interface UserGetPoint {
|
||||
getKind: MaiMileGetKind // 获得方式
|
||||
point: number // 获得的点数
|
||||
}
|
||||
Reference in New Issue
Block a user