Import "Cjson.lua"
RunApp "AWZ" : Delay 2000
Dim ret = URL.Get("http://127.0.0.1:1688/cmd?fun=newrecord")
If ret Then
ret = Cjson.Decode(ret)
If ret["result"] = 1 Then
TracePrint "新机成功,IP未重复"
ElseIf ret["result"] = 3 Then
TracePrint "一键新机成功,但IP地址重复"
End If
End If
Dim res = URL.Get("http://127.0.0.1:1688/cmd?fun=renamecurrentrecord&name"= 手机号)
If res Then
res = Cjson.Decode(res)
If res["result"] = 1 Then
TracePrint "重命名成功"
End If
End If
我这个死活重命名不了。手机号是文本的资料