|
@@ -4759,7 +4759,7 @@ namespace MOKA_Factory_Tools
|
|
|
if (SN.Trim().Length > 0)
|
|
|
{
|
|
|
keycontent += "nodid=true&";
|
|
|
- string postjson = V2Method.GetReportJson(orderNow, SN, isNodid: false, midListNow.clienttype, midListNow.version, ProjectIDText.Text, ref keyInfo, FunctionSettingNow.MITVEnable, ref _MiKey);
|
|
|
+ string postjson = V2Method.GetReportJson(orderNow, SN, isNodid: true, midListNow.clienttype, midListNow.version, ProjectIDText.Text, ref keyInfo, FunctionSettingNow.MITVEnable, ref _MiKey);
|
|
|
if (V2Method.ReportOnlineData(midListNow.host, orderNow, postjson, errorDBNow, false, "", FunctionSettingNow.ReportTimeOut))
|
|
|
{
|
|
|
TestResult = 1;
|