|
|
@ -35,11 +35,11 @@ namespace Mesnac.Action.ChemicalWeighing.InterfaceDocking
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dic.Add(i, "");
|
|
|
|
dic.Add(i, "");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
string stry = new GetLGInfoEntity().JsonTo();
|
|
|
|
|
|
|
|
var str= Post("http://192.168.202.34:30000/prod-api/open/openInterface/getLGInfo", stry);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
string stry = new GetLGInfoEntity().JsonTo();
|
|
|
|
|
|
|
|
var str = Post("http://192.168.202.34:30000/prod-api/open/openInterface/getLGInfo", stry);
|
|
|
|
var job = JObject.Parse(str);
|
|
|
|
var job = JObject.Parse(str);
|
|
|
|
if (job["code"].ToString()== "200")
|
|
|
|
if (job["code"].ToString()== "200")
|
|
|
|
{
|
|
|
|
{
|
|
|
|