支付宝手机支付
This commit is contained in:
@@ -17,7 +17,18 @@ public enum MccAndStore {
|
||||
|
||||
FOOT(5,"7297"),
|
||||
|
||||
FAVITY(6,"8021");
|
||||
FAVITY(6,"8021"),
|
||||
|
||||
PET(7,"5995"),
|
||||
|
||||
WEDDING(8,"7277"),
|
||||
|
||||
DRESS(9,"5699"),
|
||||
|
||||
FLOWER(10,"5992"),
|
||||
|
||||
WATER(11,"7299")
|
||||
;
|
||||
|
||||
private final Integer value;
|
||||
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
package cn.pluss.platform.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class AlipayVO {
|
||||
private BigDecimal totalAmount;
|
||||
|
||||
private String subject;
|
||||
|
||||
private String orderNo;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user