ZigbeeApp/Shared/Phone/UserCenter/Suggestion/FeedbackForm.cs
@@ -279,7 +279,7 @@ HdlThreadLogic.Current.RunThread(() => { var pra = new { contactWay = email, content = strContent, feedbackType = this.typeMode }; var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/feedback/add", RestSharp.Method.POST, pra); var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/feedback/add", RestSharp.Method.POST, pra); //检测状态码 if (HdlCheckLogic.Current.CheckNetCode(result, ShowNetCodeMode.YES) == false) {