运营端充值

This commit is contained in:
张松
2025-10-27 13:43:26 +08:00
parent 423b6f303f
commit 7bb6198798
9 changed files with 109 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ public interface TableValueConstant {
interface DistributionConfig {
@Getter
enum OpenType {
PAY("PAY", "支付购买"),
PAY("pay", "支付购买"),
COST("COST", "消费增积分");
private final String code;
private final String msg;