mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-13 21:30:25 +00:00
refactor(alipay): 将支付宝通道标识从 ALI 修改为 ALIPAY
This commit is contained in:
@@ -15,7 +15,7 @@ import lombok.RequiredArgsConstructor;
|
||||
public enum ChannelEnum {
|
||||
|
||||
/** 支付宝 - 直连商户 */
|
||||
ALI("ali_pay"),
|
||||
ALIPAY("ali_pay"),
|
||||
/** 微信支付 */
|
||||
WECHAT("wechat_pay"),
|
||||
/** 云闪付 */
|
||||
|
Reference in New Issue
Block a user