| | |
| | | }, |
| | | "AllowedHosts": "*", |
| | | "ConnectionStrings": "Data Source=192.168.0.51;Initial Catalog=TEST_MES;User ID=sa;Password =LanBao@2025;Encrypt=True;TrustServerCertificate=True;", |
| | | "TestErpUrl": "http://192.168.0.52:8055/", |
| | | "TestErpUrl2": "http://192.168.0.52:8055/", |
| | | "ProductionErpUrl": "http://192.168.0.52:8055/", |
| | | "TestErpUrl": "http://192.168.0.52:8045/", |
| | | "TestErpUrl2": "http://192.168.0.52:8045/", |
| | | "ProductionErpUrl": "http://192.168.0.52:8045/", |
| | | "ServicesPath": "Services", |
| | | "LogPath": "logs", |
| | | "UploadPath": "upload", |
| | |
| | | if (_rtn != -1) |
| | | { |
| | | Result _result = JsonConvert.DeserializeObject<Result>(responseStr); |
| | | if ("200".Equals(_result.state)) |
| | | if ("200".Equals(_result.code)) |
| | | _rtn = 1; |
| | | } |
| | | |
| | |
| | | /// <summary> |
| | | /// 200成功,否则失败 |
| | | /// </summary> |
| | | public string? state { get; set; } |
| | | public string? code { get; set; } |
| | | |
| | | public string? msg { get; set; } |
| | | |
| | | public string? status { get; set; } |
| | | public string? count { get; set; } |
| | | |
| | | public string? message { get; set; } |
| | | } |