v0.1.7.2(2024/06/30)
1. 初步完成NB4h_R580_3BH7.zip工程的设计 2. 重新研究了解包操作,重新实现了一版 3. 修改openapi.pi中excution为execution函数 4. 增减了解包原理性文档
This commit is contained in:
@ -15,7 +15,7 @@ def validate_resp(_id, response, w2t):
|
||||
|
||||
|
||||
def execution(cmd, hr, w2t, **kwargs):
|
||||
_id = hr.excution(cmd, **kwargs)
|
||||
_id = hr.execution(cmd, **kwargs)
|
||||
_msg = hr.get_from_id(_id)
|
||||
if not _msg:
|
||||
w2t(f"无法获取{_id}请求的响应信息", 0, 6, 'red', tab_name='Automatic Test')
|
||||
|
Reference in New Issue
Block a user