| | |
| | | var xxx = homeJsonStr.GetValue("xxx").ToString(), |
| | | */ |
| | | |
| | | //public ResponsePack GetCityId(string lon,string lat) |
| | | //{ |
| | | // string jsonString = "{" +
|
| | | // "\"Account\":" + "\"" + lon + "\"" + "," + |
| | | // "\"Password\":" + "\"" + lat + "\"" + |
| | | // "}"; |
| | | // return RequestHttps(@"https://global.hdlcontrol.com/HangZhouHdlCloudApi/ZigbeeUsers/Login", jsonString, false); |
| | | // //string url = $"https://developer.hdlcontrol.com/Weather/Weather/FindCity/?lon={arg1}&lat={arg2}"; |
| | | //} |
| | | |
| | | #region 注册、登录部分 |
| | | /// <summary> |
| | | /// 账号登录-使用密码 |