Skip to content

Releases: niltor/open-pdd-net-sdk

v8.0.10

14 Oct 01:52
Compare
Choose a tag to compare

What's Changed

  • 同步官方API(202410),升级nuget依赖包
  • 移除了对.NET7的支持(官方已不支持)
  • 新增open_address_id合单ID字段 by @Cherrs in #21
  • Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/PddOpenSdk by @dependabot in #22
  • 新增快团团相关API(cat50) by @Cherrs in #23

Nuget

New Contributors

Full Changelog: v8.0.4...v8.0.10

v8.0.4

19 Apr 01:06
Compare
Choose a tag to compare

What's Changed

为了更好的解决#20 ,即解析Json时类型不对应而造成错误的问题,现在已经对Json解析进行了兼容性处理。

当原始内容为long类型,而模型为string类型时,现已可以正常解析。

Full Changelog: v8.0.2...v8.0.4

Nuget

v8.0.2

11 Apr 15:13
Compare
Choose a tag to compare

What's Changed

  • 修正订单列表查询接口响应类中商品编码类型错误 by #20
  • 添加对更多框架目标的支持,核心类库支持.net standard2.0

Nuget