stage_one
This commit is contained in:
@ -56,7 +56,7 @@ class MouldService:
|
||||
Returns:
|
||||
未浇筑管片列表,如果失败返回None
|
||||
"""
|
||||
url = f"{self._host}/api/ext/artifact/not_pour"
|
||||
url = f"{self._host}/api/ext/mould/not_pour_hidden"
|
||||
|
||||
try:
|
||||
# 调用API获取数据
|
||||
@ -124,7 +124,9 @@ class MouldService:
|
||||
TotMete=data.get('TotMete', ''),
|
||||
BetonVolumeAlready=data.get('BetonVolumeAlready', ''),
|
||||
WaterTemperature=data.get('WaterTemperature', ''),
|
||||
FormulaProportion=data.get('FormulaProportion', '')
|
||||
FormulaProportion=data.get('FormulaProportion', ''),
|
||||
DayStrengthValue=data.get('DayStrengthValue', ''),
|
||||
NihtStrengthValue=data.get('NihtStrengthValue', '')
|
||||
)
|
||||
return led_info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user