|
|
@@ -78,3 +78,15 @@ const (
|
|
|
AccountTypeGoogle = "google"
|
|
|
AccountTypeApple = "apple"
|
|
|
)
|
|
|
+
|
|
|
+// 权益常量定义
|
|
|
+const (
|
|
|
+ ServiceTypeCodeUserLevel = "user_level"
|
|
|
+ ServiceTypeCodeDeviceLimit = "device_limit"
|
|
|
+ ServiceTypeCodeSpeedLimit = "speed_limit"
|
|
|
+ ServiceTypeCodeTrafficLimit = "traffic_limit"
|
|
|
+)
|
|
|
+
|
|
|
+const (
|
|
|
+ ServiceChannelPlanSkuTrial = "app.nomo.subscribe.1.trial" //默认试用套餐,如果没有指定套餐,默认试用这个套餐
|
|
|
+)
|