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