Browse Source

1

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
f6888f7f12
  1. 4
      BBWY.Server.Business/PlatformSDK/JDBusiness.cs

4
BBWY.Server.Business/PlatformSDK/JDBusiness.cs

@ -1769,8 +1769,8 @@ namespace BBWY.Server.Business
var res = jdClient.Execute(req, request.AppToken, DateTime.Now.ToLocalTime()); var res = jdClient.Execute(req, request.AppToken, DateTime.Now.ToLocalTime());
if (res.Json == null) if (res.Json == null)
res.Json = JObject.Parse(res.Body); return JsonConvert.DeserializeObject<dynamic>(res.Body).jingdong_ware_read_findWareById_responce.ware;
return (JArray)res.Json["jingdong_ware_read_findWareById_responce"]; return (JArray)res.Json["jingdong_ware_read_findWareById_responce"]["ware"];
} }

Loading…
Cancel
Save