refactor(alipay): 将支付宝通道标识从 ALI 修改为 ALIPAY

This commit is contained in:
bootx
2024-12-20 23:20:52 +08:00
parent 9830930717
commit 861f27ff0c
19 changed files with 19 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ import lombok.RequiredArgsConstructor;
public enum ChannelEnum {
/** 支付宝 - 直连商户 */
ALI("ali_pay"),
ALIPAY("ali_pay"),
/** 微信支付 */
WECHAT("wechat_pay"),
/** 云闪付 */