Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
目前处理了两种情况
example-alipay.csv
Description
[feat] 自动清理支付宝退款
目前的实现是通过在 provider 中加入了 postprocess 以编辑 IR
Motivation and Context
支付宝订单中存在退款,目前是用
there is a mole
等 log 信息提示,我希望加入自动删除它们的功能,如 #44 的讨论。Type of change
Please delete options that are not relevant.
How has this been tested?
使用
example/alipay
中的 csv 文件测试即可,会发现新加入的三行都被自动移除了Is this change properly documented?
暂时没有,该功能理想情况是可以通过 config 来调节,但目前 provider 没有接受 config...