BusinessDirty class

Constructors

BusinessDirty()

Properties

alipayAppId String
支付宝配置
no getter
alipayPid String
支付宝配置
no getter
alipayPrivateKey String
支付宝配置
no getter
alipayPublicKey String
支付宝配置
no getter
alismsAccessKeyId String
阿里短信配置
no getter
alismsAccessKeySecret String
阿里短信配置
no getter
alismsApiVersion String
阿里短信配置
no getter
alismsEndpoint String
阿里短信配置
no getter
alismsSignName String
阿里短信配置
no getter
alismsTemplateCode String
阿里短信配置
no getter
appleAppSiteAssociation String
苹果配置
no getter
appleAuthClientId String
苹果配置
no getter
appleAuthKeyId String
苹果配置
no getter
appleAuthRedirectUri String
苹果配置
no getter
appleAuthTeamId String
苹果配置
no getter
appleKeyP8 String
苹果配置
no getter
appleKeyP8Public String
苹果配置 生成方法: openssl ec -in appleKey.p8 -pubout -out appleKey_public.p8
no getter
customLoginValidUrl String
定制登录验证url
no getter
customPaymentValidUrl String
定制订单验证url
no getter
data Map<String, dynamic>
final
desc String
描述
no getter
email String
邮箱
no getter
hashCode int
The hash code for this object.
no setterinherited
icon String
图标
no getter
id ObjectId
唯一id
no getter
nick String
昵称
no getter
no String
账号
no getter
phone String
手机
no getter
pwd String
密码
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String
SDK加解密密钥
no getter
time int
创建时间
no getter
wechatAppId String
微信配置
no getter
wechatAppSecret String
微信配置
no getter
wechatMchId String
微信配置
no getter
wechatMchSecret String
微信配置
no getter

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