Skip to content

Commit

Permalink
[fix]修正AppClient没有传输Secret的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Jul 17, 2024
1 parent a8e1eeb commit 50779b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Stardust/StarFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ private Boolean Valid()
Factory = this,
AppId = AppId,
AppName = AppName,
Secret = Secret,
ClientId = ClientId,
NodeCode = Local?.Info?.Code,
//Filter = _tokenFilter,
Expand Down

0 comments on commit 50779b9

Please sign in to comment.