Merge branch 'ADM' into MAG
This commit is contained in:
@@ -29,7 +29,7 @@ namespace MP_MAG.SMART
|
||||
{
|
||||
string matrixUrl = $"{memLayer.ML.CRS("matrixUrl")}/HOME/QR_site/JSON?val=";
|
||||
var currUrl = Request.Url;
|
||||
string baseUrlPath = $"{currUrl.Scheme}://{currUrl.Authority}/{memLayer.ML.CRS("basePath")}/";
|
||||
string baseUrlPath = $"{currUrl.Scheme}://{currUrl.Authority}/{memLayer.ML.CRS("UrlMagBasePath")}/";
|
||||
string MatrOpr = memLayer.ML.StringSessionObj("MatrOpr");
|
||||
// fare: inviare user+token adeguatamente cablati...
|
||||
string payload = "{'baseUrl':'" + baseUrlPath + "PLScanner?{0}','parameters':['MatrOpr=" + MatrOpr + "']}";
|
||||
|
||||
Reference in New Issue
Block a user