TRX il y a 1 an
Parent
commit
712a1969df

+ 3 - 1
src/main/java/com/github/microservice/models/type/PaymentType.java

@@ -7,7 +7,9 @@ import lombok.Getter;
  */
 public enum PaymentType {
     UserWallet("个人钱包"),
-    WxQrCode("微信支付"),
+    QrCode("微信支付"),
+    WxQrCode("微信付款码支付"),
+    ZfbQrCode("支付宝付款码支付"),
     Uni("银联"),
     ;