fix: 调整YiXinVip商品价格及有效期配置
This commit is contained in:
@@ -42,17 +42,17 @@ public enum GoodsTypeEnum
|
|||||||
[DisplayName("YiXinVip 1 month")]
|
[DisplayName("YiXinVip 1 month")]
|
||||||
YiXinVip1 = 1,
|
YiXinVip1 = 1,
|
||||||
|
|
||||||
[Price(80.7, 3)]
|
[Price(83.7, 3)]
|
||||||
[DisplayName("YiXinVip 3 month")]
|
[DisplayName("YiXinVip 3 month")]
|
||||||
YiXinVip3 = 3,
|
YiXinVip3 = 3,
|
||||||
|
|
||||||
[Price(143.9, 6)]
|
[Price(155.4, 6)]
|
||||||
[DisplayName("YiXinVip 6 month")]
|
[DisplayName("YiXinVip 6 month")]
|
||||||
YiXinVip6 = 6,
|
YiXinVip6 = 6,
|
||||||
|
|
||||||
[Price(199.9, 10)]
|
[Price(197.1, 9)]
|
||||||
[DisplayName("YiXinVip 10 month")]
|
[DisplayName("YiXinVip 9 month")]
|
||||||
YiXinVip10 = 10
|
YiXinVip9 = 9
|
||||||
|
|
||||||
// [Price(0.01, 1)]
|
// [Price(0.01, 1)]
|
||||||
// [DisplayName("YiXinVip Test")]
|
// [DisplayName("YiXinVip Test")]
|
||||||
|
|||||||
Reference in New Issue
Block a user