diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs index c3ffb5d6..e3cdea4f 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs @@ -1770,7 +1770,7 @@ namespace BBWY.Server.Business var res = jdClient.Execute(req, request.AppToken, DateTime.Now.ToLocalTime()); if (res.Json == null) return JsonConvert.DeserializeObject(res.Body).jingdong_ware_read_findWareById_responce.ware; - return (JArray)res.Json["jingdong_ware_read_findWareById_responce"]["ware"]; + return JsonConvert.DeserializeObject(res.Json.ToString()).jingdong_ware_read_findWareById_responce.ware; }