Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tooclian committed Mar 23, 2024
1 parent 81f0593 commit 9a487ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var accessTokenStore = serviceProvider.GetRequiredService<IWeChatMpAccessTokenSt
var token = await accessTokenStore.GetAsync();

// 内置 ticket 存储器使用
var ticketStore = serviceProvider.GetRequiredService<Mp.IWeChatMpTicketStore>();
var ticketStore = serviceProvider.GetRequiredService<IWeChatMpTicketStore>();
var ticket= await ticketStore.GetAsync();

```
Expand Down

0 comments on commit 9a487ba

Please sign in to comment.