@@ -716,7 +716,7 @@ namespace MOKA_Factory_Tools
Stopwatch watch = new Stopwatch();
watch.Start();
- item.URL = url + "/v1/bind/order";
+ item.URL = url + "/bind/order";
item.Postdata = string.Format("{{\"orderNum\":\"{0}\",\"sn\":\"{1}\",\"psn\":\"{2}\",\"orderCode\":\"{3}\",\"skipKey\":{4}}}", order, sn, psn, firetv_device_code, key2Write == null ? "[]" : JsonConvert.SerializeObject(key2Write).ToString());
HttpResult httpResult = http.GetHtml(item);
if (httpResult.StatusCode == System.Net.HttpStatusCode.OK)