SMHUserUpdatePhoneApis class Null safety

Constructors

SMHUserUpdatePhoneApis()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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 Methods

sendSmsCode({required String organizationId, required String userToken, required String phoneMember, String? countryCode = '+86', SMHFinishCalBack? finishCallback}) Future<SMHResponse?>
发送短信验证码
updatePhone({required String organizationId, required String userToken, required String phoneMember, required String code, String? countryCode = '+86', SMHFinishCalBack? finishCallback}) Future<SMHResponse?>
更新手机号

Constants

urlPrefix → const String
'v1/update-phone'