chore(wxapi)

This commit is contained in:
Fu Diwei
2023-04-10 20:04:21 +08:00
parent 3822f2b43f
commit cd153248da
3 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using Microsoft.Extensions.Options;
namespace SKIT.FlurlHttpClient.Wechat.Api.Sample.Options
@@ -9,7 +9,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Sample.Options
public Types.WechatAccount[] Accounts { get; set; } = Array.Empty<Types.WechatAccount>();
public string CallbackState { get; set; } = string.Empty;
public string CallbackEncodingAESKey { get; set; } = string.Empty;
public string CallbackToken { get; set; } = string.Empty;
}