This commit is contained in:
2020-01-21 23:06:28 +00:00
parent 5636d7b24e
commit 5a5a7e5289

View File

@@ -62,7 +62,9 @@ namespace AyaNova.Api.Controllers
""mini"":[""widgetname"",""widgetserial""]
}
";
ApiPagedResponse pr = await DataListFetcher.GetResponse(nameof(WidgetDataList), ct, Url, routeName, listOptions, MOCK_WIDGET_DISPLAY_TEMPLATE_JSON, UserId);
long UserId = UserIdFromContext.Id(HttpContext.Items);
ApiPagedResponse pr = await DataListFetcher.GetResponse(nameof(WidgetDataList), ct, Url, nameof(List), listOptions, MOCK_WIDGET_DISPLAY_TEMPLATE_JSON, UserId);
// ApiPagedResponse pr = biz.GetList(Url, nameof(List), listOptions).Result;