chore(wxapi): 补全示例项目参数

This commit is contained in:
Fu Diwei
2022-01-17 10:31:56 +08:00
parent a8a83baa01
commit 16bea91dfd

View File

@@ -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
});
}
}