|
@@ -53,7 +53,7 @@ namespace IotPlatformClient
|
|
{
|
|
{
|
|
BaseParm baseParm = new BaseParm();
|
|
BaseParm baseParm = new BaseParm();
|
|
baseParm.Param = txt_key.Text.Trim();
|
|
baseParm.Param = txt_key.Text.Trim();
|
|
- baseParm.Int2 = customerInfo.CustomerId;
|
|
|
|
|
|
+ baseParm.CustomerId = customerInfo.CustomerId;
|
|
string postJson = JsonTools.ObjectToJson(baseParm);
|
|
string postJson = JsonTools.ObjectToJson(baseParm);
|
|
|
|
|
|
AjaxResult result = await HttpHelper.PostAsync(ApiKeyHelper.GetPlatformDeviceList, postJson);
|
|
AjaxResult result = await HttpHelper.PostAsync(ApiKeyHelper.GetPlatformDeviceList, postJson);
|