Super
Super
https://github.com/EasyAbp/Abp.WeChat/blob/0d78dfed7d0275d04227590650cd854ab2a7eba1/src/Pay/EasyAbp.Abp.WeChat.Pay/Options/DefaultAbpWeChatPayOptionsProvider.cs
We should use NodaMoney to validate money values. Refer to https://github.com/EasyAbp/EShop/issues/175.
需评估: - [ ] WeChatPayRefundEventHandler的两个`if (dict.GetOrDefault("result_code") != "SUCCESS")`仅能留下一个,是选择抛错,还是选择回滚退款请求? - [ ] 微信支付的RefundRecord实体,是否遗漏了记录回调时返回的`return_code`和`return_msg`?
https://github.com/abpframework/abp/issues/16961
```CSharp context.Fail(this, L["InventoryInsufficient"]); ```