|
|
@@ -1,4 +1,4 @@
|
|
|
-package com.github.microservice.models.type;
|
|
|
+package com.github.microservice.types.payment;
|
|
|
|
|
|
import lombok.Getter;
|
|
|
|
|
|
@@ -12,7 +12,6 @@ public enum PaymentType {
|
|
|
QrCode("微信支付", false, ""),
|
|
|
WxQrCode("微信付款码支付", false, ""),
|
|
|
ZfbQrCode("支付宝付款码支付", false, ""),
|
|
|
- Uni("银联", false, ""),
|
|
|
;
|
|
|
|
|
|
@Getter
|