1,AUTS_Studio:临时屏蔽新增机型时调用更新缓存API
2,新增文档:新增背景采集模块
This commit is contained in:
@@ -279,8 +279,10 @@ Namespace UTSModule.Project
|
||||
End Try
|
||||
|
||||
Try
|
||||
Dim msg As String = GetData("http://uts-data.com/api/Common/ClearCache")
|
||||
Console.WriteLine($"Msg:{msg}")
|
||||
'通过AUTS STUDIO添加机型后,需要调用网站API,更新网站缓存,否则网页不会显示新增的机型信息
|
||||
'临时屏蔽,待新网站完成后此步骤重新启用
|
||||
'’Dim msg As String = GetData("http://uts-data.com/api/Common/ClearCache")
|
||||
'’Console.WriteLine($"Msg:{msg}")
|
||||
Catch ex As Exception
|
||||
MsgBox($"更新缓存数据失败,{ex.Message}")
|
||||
End Try
|
||||
|
||||
Reference in New Issue
Block a user