Skip to content

Commit

Permalink
Update AdditionInfo.cs closed #132
Browse files Browse the repository at this point in the history
  • Loading branch information
roc916 committed May 19, 2022
1 parent 90370f0 commit 6e5801d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Essensoft.Paylink.WeChatPay/V3/Domain/AdditionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ public class AdditionInfo : WeChatPayObject
/// <para>示例值:特殊情况,说明原因</para>
/// </remarks>
[JsonPropertyName("business_addition_msg")]
public List<string> BusinessAdditionMsg { get; set; }
public string BusinessAdditionMsg { get; set; }
}
}

0 comments on commit 6e5801d

Please sign in to comment.