MSDev.PddOpenSdk 8.1.2

dotnet add package MSDev.PddOpenSdk --version 8.1.2                
NuGet\Install-Package MSDev.PddOpenSdk -Version 8.1.2                
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.1.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSDev.PddOpenSdk --version 8.1.2                
#r "nuget: MSDev.PddOpenSdk, 8.1.2"                
#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.1.2

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

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1.2 94 2/26/2025
8.1.1 91 2/26/2025
8.1.0 97 2/13/2025
8.0.10 160 10/12/2024
8.0.5 205 5/9/2024
8.0.4 163 4/16/2024
8.0.3 154 4/12/2024
8.0.2 149 4/10/2024
8.0.1 134 4/10/2024
8.0.0 245 1/9/2024
7.0.2 328 6/20/2023
7.0.1 187 6/16/2023
7.0.0 427 3/17/2023
7.0.0-rc 188 2/6/2023
6.0.3 1,026 7/9/2022
6.0.2 617 5/12/2022
6.0.1 575 5/8/2022
6.0.0 661 2/27/2022
6.0.0-rc 280 12/10/2021
2.4.4 797 9/26/2021
2.4.3 533 8/11/2021
2.4.2 528 7/19/2021
2.4.1 514 7/19/2021
2.4.0 617 7/19/2021 2.4.0 is deprecated because it has critical bugs.
2.3.2 916 6/20/2021
2.3.1 499 6/9/2021
2.3.0 581 4/26/2021
2.3.0-beta 350 2/25/2021
2.2.0-beta 343 12/14/2020
2.1.0 795 10/15/2020
2.0.0 821 9/14/2020 2.0.0 is deprecated because it has critical bugs.
1.1.9 900 10/8/2019
1.1.8 592 7/17/2019
1.1.7 700 7/15/2019
1.1.6 790 5/29/2019
1.1.5 744 5/12/2019
1.1.4 795 4/7/2019
1.1.0 638 3/19/2019
1.0.4 777 3/12/2019
1.0.2 801 2/25/2019
1.0.0 856 1/10/2019
0.2.0 933 11/12/2018
0.1.1 5,382 9/30/2018
0.1.0-CI-20180929-054251 719 9/29/2018
0.0.1 946 9/27/2018

1. WebSockek中的CommandType类型