Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niltor committed Feb 26, 2025
1 parent 0d71c73 commit 96ba6a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PddOpenSdk/ClientConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ namespace PddOpenSdk;

public class ClientConfig
{
public required string ClientId { get; set; }
public required string ClientSecret { get; set; }
public required string CallbackUrl { get; set; }
public string ClientId { get; set; }
public string ClientSecret { get; set; }
public string CallbackUrl { get; set; }
public string AccessToken { get; set; } = string.Empty;
/// <summary>
/// ÏûÏ¢·þÎñµØÖ·
Expand Down

0 comments on commit 96ba6a4

Please sign in to comment.