Commit 4977c952 authored by aohui.li's avatar aohui.li

修改网关安全更新请求字段“RGS”

(Request Gateway Stamp)
parent 9802b59e
......@@ -236,7 +236,7 @@ def update():
global packageSize
global oldTime
data = [{"cmd":7,"ResquestStamping":1}]
data = [{"cmd":7,"RGS":1}]
data = json.dumps(data, separators=(',', ':'))
print(data)
while CheckPassFlag == False:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment