mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-19 07:44:46 +08:00
fix(tenpayv3): fix typo
This commit is contained in:
parent
fc55cabfc5
commit
f7cecd7e41
@ -21,7 +21,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3
|
|||||||
public string Endpoints { get; set; } = WechatTenpayEndpoints.DEFAULT;
|
public string Endpoints { get; set; } = WechatTenpayEndpoints.DEFAULT;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置声明应答中的错误描述使用的自然语言语种。
|
/// 获取或设置客户端用户代理。
|
||||||
/// <para>默认值:<i>根据操作系统自动生成</i></para>
|
/// <para>默认值:<i>根据操作系统自动生成</i></para>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string UserAgent { get; set; } = $"OS/{Environment.OSVersion.Platform} SKIT.FlurlHttpClient.Wechat.Tenpay/{Assembly.GetExecutingAssembly().GetName().Version}";
|
public string UserAgent { get; set; } = $"OS/{Environment.OSVersion.Platform} SKIT.FlurlHttpClient.Wechat.Tenpay/{Assembly.GetExecutingAssembly().GetName().Version}";
|
||||||
|
Loading…
Reference in New Issue
Block a user