Config class
配置信息
Constructors
- Config()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- getTerminal → int
-
terminal 终端
1 - iOS
2 - 安卓(用户端)
3 - H5
4 - 安卓(主播端)
0 - 未知
no setter
Constants
- appRequestMd5Salt → const String
- 请求加密Md5的Salt
- appXorCode → const int
- 请求异或KEY
- defPageNo → const int
- 分页开始页码(默认:1)
- defPageSize → const int
- 分页条数(默认:10)
- enableApiPathConfuse → const bool
- 是否开启接口路径混淆
- giftCountInputLimited → const int
- 礼物数量输入限制(0 ~ 9999)
- liveTitleLengthLimited → const int
- 直播间修改主题字符数限制(10个字符)
- turnTableItemPercentLimited → const int
- 百分比输入限制 (0 ~ 99)
- turnTablePriceLimited → const int
- 抽奖价格输入限制(0 ~ 99999)