feat: 新增 YiXinVip 8 个月商品类型并移除 9 个月配置
This commit is contained in:
@@ -50,9 +50,12 @@ public enum GoodsTypeEnum
|
|||||||
[DisplayName("YiXinVip 6 month")]
|
[DisplayName("YiXinVip 6 month")]
|
||||||
YiXinVip6 = 6,
|
YiXinVip6 = 6,
|
||||||
|
|
||||||
[Price(197.1, 9)]
|
[Price(183.2, 8)]
|
||||||
[DisplayName("YiXinVip 9 month")]
|
[DisplayName("YiXinVip 8 month")]
|
||||||
YiXinVip9 = 9
|
YiXinVip8 = 8
|
||||||
|
// [Price(197.1, 9)]
|
||||||
|
// [DisplayName("YiXinVip 9 month")]
|
||||||
|
// YiXinVip9 = 9
|
||||||
|
|
||||||
// [Price(0.01, 1)]
|
// [Price(0.01, 1)]
|
||||||
// [DisplayName("YiXinVip Test")]
|
// [DisplayName("YiXinVip Test")]
|
||||||
|
|||||||
Reference in New Issue
Block a user