mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
chore(wxapi): 补全示例项目参数
This commit is contained in:
@@ -35,7 +35,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Sample.Services.HttpClients.Implements
|
||||
return new WechatApiClient(new WechatApiClientOptions()
|
||||
{
|
||||
AppId = wechatAccountOptions.AppId,
|
||||
AppSecret = wechatAccountOptions.AppSecret
|
||||
AppSecret = wechatAccountOptions.AppSecret,
|
||||
PushToken = _wechatOptions.CallbackToken
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user