赋码仪错误判断
This commit is contained in:
@@ -147,6 +147,8 @@ def arr_from_int(num:int):
|
||||
def scheme_get_task_range(j:json):
|
||||
t=bytearray()
|
||||
return_count=j["ReturnCount"]
|
||||
t+=j["TaskID"]
|
||||
t+=j["TaskIndex"]
|
||||
t+=arr_from_int(return_count)
|
||||
t+=arr_from_int(j["ExecuteErrCode"])
|
||||
index=0
|
||||
|
Reference in New Issue
Block a user