Replies: 2 comments
-
|
目前应该是不支持。但从我的角度看,退款生成一条记录也是很合理的。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
我的处理是:生成一条逆向记录 效果: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
请问微信退款该如何设置规则,下面匹配规则中没有与status对应的关键词
wechat 是微信相关的配置。它提供基于规则的匹配。可以指定: peer(交易对方)的完全/包含匹配。 item(商品名称)的完全/包含匹配。 type(收/支)的完全/包含匹配。 txType(交易类型)的完全/包含匹配。 method(支付方式)的完全/包含匹配。 time(交易时间)的区间匹配。 交易时间可写为以下两种形式: 11:00-13:00 11:00:00-13:00:00 24 小时制,起始时间和终止之间之间使用 - 分隔。Beta Was this translation helpful? Give feedback.
All reactions