MSDev.PddOpenSdk 8.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MSDev.PddOpenSdk --version 8.0.0
NuGet\Install-Package MSDev.PddOpenSdk -Version 8.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MSDev.PddOpenSdk" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSDev.PddOpenSdk --version 8.0.0
#r "nuget: MSDev.PddOpenSdk, 8.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MSDev.PddOpenSdk as a Cake Addin
#addin nuget:?package=MSDev.PddOpenSdk&version=8.0.0

// Install MSDev.PddOpenSdk as a Cake Tool
#tool nuget:?package=MSDev.PddOpenSdk&version=8.0.0

PddOpenSdk 核心类库使用

支持 NET6.0+ ,安装 Nuget 包 MSDev.PddOpenSdk

使用示例:

最新示例代码

var service = new PddService(new PddOptions
{
    ClientId = "",
    ClientSecret = "",
    CallbackUrl = ""
});
// 获取token
await service.GetAccessTokenAsync(code: "");
// 接口请求
var result = await service.DdkApi.GetDdkGoodsRecommendAsync(
    new GetDdkGoodsRecommendRequestModel
    {
        CatId = 20100
    });
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MSDev.PddOpenSdk:

Package Downloads
MSDev.PddOpenSdk.AspNetCore

拼多多SDK ASP.NET Core依赖包

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.4 111 4/16/2024
8.0.3 102 4/12/2024
8.0.2 98 4/10/2024
8.0.1 79 4/10/2024
8.0.0 173 1/9/2024
7.0.2 242 6/20/2023
7.0.1 146 6/16/2023
7.0.0 353 3/17/2023
7.0.0-rc 142 2/6/2023
6.0.3 687 7/9/2022
6.0.2 561 5/12/2022
6.0.1 521 5/8/2022
6.0.0 600 2/27/2022
6.0.0-rc 226 12/10/2021
2.4.4 649 9/26/2021
2.4.3 471 8/11/2021
2.4.2 460 7/19/2021
2.4.1 461 7/19/2021
2.4.0 547 7/19/2021
2.3.2 825 6/20/2021
2.3.1 441 6/9/2021
2.3.0 523 4/26/2021
2.3.0-beta 295 2/25/2021
2.2.0-beta 297 12/14/2020
2.1.0 728 10/15/2020
2.0.0 739 9/14/2020
1.1.9 829 10/8/2019
1.1.8 538 7/17/2019
1.1.7 646 7/15/2019
1.1.6 735 5/29/2019
1.1.5 685 5/12/2019
1.1.4 727 4/7/2019
1.1.0 582 3/19/2019
1.0.4 701 3/12/2019
1.0.2 737 2/25/2019
1.0.0 793 1/10/2019
0.2.0 853 11/12/2018
0.1.1 5,297 9/30/2018
0.1.0-CI-20180929-054251 643 9/29/2018
0.0.1 863 9/27/2018

同步官方接口到最新(202401)