feat: 添加掉落物的url查询API
This commit is contained in:
@@ -67,6 +67,10 @@ class GetStageIn(BaseModel):
|
||||
)
|
||||
|
||||
|
||||
class GetMaterialsIn(BaseModel):
|
||||
dropId: str = Field(..., description="材料ID")
|
||||
|
||||
|
||||
class GlobalConfig_Function(BaseModel):
|
||||
HistoryRetentionTime: Optional[Literal[7, 15, 30, 60, 90, 180, 365, 0]] = Field(
|
||||
None, description="历史记录保留时间, 0表示永久保存"
|
||||
|
||||
Reference in New Issue
Block a user