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

Class DailyData

RoverSign/utils/api/model.py:6–15  ·  view source on GitHub ↗

每日数据

Source from the content-addressed store, hash-verified

4
5
6class DailyData(BaseModel):
7 """每日数据"""
8
9 gameId: int
10 userId: int
11 serverId: str
12 roleId: str
13 roleName: str
14 signInTxt: str
15 hasSignIn: bool
16
17
18class SignInGoodsConfig(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected