MSDev.PddOpenSdk 7.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MSDev.PddOpenSdk --version 7.0.1                
NuGet\Install-Package MSDev.PddOpenSdk -Version 7.0.1                
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="7.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSDev.PddOpenSdk --version 7.0.1                
#r "nuget: MSDev.PddOpenSdk, 7.0.1"                
#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=7.0.1

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

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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.
  • net6.0

    • No dependencies.
  • net7.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.10 104 10/12/2024
8.0.5 182 5/9/2024
8.0.4 153 4/16/2024
8.0.3 144 4/12/2024
8.0.2 139 4/10/2024
8.0.1 120 4/10/2024
8.0.0 234 1/9/2024
7.0.2 311 6/20/2023
7.0.1 175 6/16/2023
7.0.0 412 3/17/2023
7.0.0-rc 175 2/6/2023
6.0.3 989 7/9/2022
6.0.2 597 5/12/2022
6.0.1 556 5/8/2022
6.0.0 639 2/27/2022
6.0.0-rc 260 12/10/2021
2.4.4 751 9/26/2021
2.4.3 512 8/11/2021
2.4.2 507 7/19/2021
2.4.1 494 7/19/2021
2.4.0 583 7/19/2021 2.4.0 is deprecated because it has critical bugs.
2.3.2 896 6/20/2021
2.3.1 479 6/9/2021
2.3.0 560 4/26/2021
2.3.0-beta 331 2/25/2021
2.2.0-beta 326 12/14/2020
2.1.0 773 10/15/2020
2.0.0 789 9/14/2020 2.0.0 is deprecated because it has critical bugs.
1.1.9 873 10/8/2019
1.1.8 562 7/17/2019
1.1.7 676 7/15/2019
1.1.6 764 5/29/2019
1.1.5 719 5/12/2019
1.1.4 767 4/7/2019
1.1.0 610 3/19/2019
1.0.4 750 3/12/2019
1.0.2 773 2/25/2019
1.0.0 828 1/10/2019
0.2.0 895 11/12/2018
0.1.1 5,342 9/30/2018
0.1.0-CI-20180929-054251 685 9/29/2018
0.0.1 908 9/27/2018

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