GetLGInfo

dep
我叫锄头 12 months ago
parent a24ed4c363
commit 71e4afb05d

@ -31,15 +31,15 @@ namespace Mesnac.Action.ChemicalWeighing.InterfaceDocking
public Dictionary<int, string> GetLGInfo()
{
Dictionary<int, string> dic = new Dictionary<int, string>();
for (int i = 1; i <=8; i++)
for (int i = 1; i <= 8; 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
{
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);
if (job["code"].ToString()== "200")
{

Loading…
Cancel
Save