MCPcopy Create free account
hub / github.com/Loping151/RoverSign / SignInGoodsConfig

Class SignInGoodsConfig

RoverSign/utils/api/model.py:18–28  ·  view source on GitHub ↗

签到奖励物品

Source from the content-addressed store, hash-verified

16
17
18class SignInGoodsConfig(BaseModel):
19 """签到奖励物品"""
20
21 goodsId: int = 0
22 goodsName: str = ""
23 goodsNum: int = 0
24 goodsUrl: str = ""
25 id: int = 0
26 isGain: bool = False
27 serialNum: int = 0
28 signId: int = 0
29
30
31class SignInInitData(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected