We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
才接入就发现bug 加密初始化 Bmob.initEncryption 调用发送验证码接口 会报验证失败
https://github.com/bmob/bmob-flutter-sdk/blob/master/data_plugin/lib/bmob/bmob_sms.dart sendSms() 方法 忘记在发送之前转string 了 String params = json.encode(getParams());
The text was updated successfully, but these errors were encountered:
https://github.com/azhansy/bmob-flutter-sdk.git
Sorry, something went wrong.
已经合并
No branches or pull requests
才接入就发现bug
加密初始化 Bmob.initEncryption
调用发送验证码接口 会报验证失败
https://github.com/bmob/bmob-flutter-sdk/blob/master/data_plugin/lib/bmob/bmob_sms.dart
sendSms() 方法
忘记在发送之前转string 了
String params = json.encode(getParams());
The text was updated successfully, but these errors were encountered: