Skip to content

Commit

Permalink
Merge pull request #138 from YuNingOvo/main
Browse files Browse the repository at this point in the history
修复 网站经营字段类型
  • Loading branch information
roc916 authored Jun 6, 2022
2 parents 39184a4 + 9aa1ba6 commit 30e306d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Essensoft.Paylink.WeChatPay/V3/Domain/WebInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public class WebInfo : WeChatPayObject
/// <para>示例值:wx1234567890123456</para>
/// </remarks>
[JsonPropertyName("web_appid")]
public List<string> WebAppid { get; set; }
public string WebAppid { get; set; }
}
}

0 comments on commit 30e306d

Please sign in to comment.