This commit is contained in:
2023-07-10 15:08:36 +08:00
parent c7212fff41
commit 82de8f7cde
2 changed files with 9 additions and 17 deletions

View File

@@ -231,4 +231,7 @@ public class Constants {
// 汇付企业用户前缀
public static final String ADAPAY_CORP_MEMBER_PREFIX = "ACM";
// 汇付延时分账支付模式
public static final String ADAPAY_PAY_MODE_DELAY = "delay";
}