|
@@ -18,7 +18,12 @@ public enum AppSourceEnum implements IEnum<Integer> {
|
|
/**
|
|
/**
|
|
* 马上兑券AppId
|
|
* 马上兑券AppId
|
|
*/
|
|
*/
|
|
- MSDQ(2,"wxffb4598e70b9f871", "1c7ba0eed8c0287b8800b089e3c9d102");
|
|
|
|
|
|
+ MSDQ(2,"wxffb4598e70b9f871", "1c7ba0eed8c0287b8800b089e3c9d102"),
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 支付宝盲票AppID
|
|
|
|
+ */
|
|
|
|
+ ALI_MP(3, "2021003127607930", null);
|
|
|
|
|
|
private Integer value;
|
|
private Integer value;
|
|
|
|
|