Skip to content
New issue

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

error occurs when use updateUserPassword #18

Open
zz-fortune opened this issue Sep 19, 2019 · 0 comments
Open

error occurs when use updateUserPassword #18

zz-fortune opened this issue Sep 19, 2019 · 0 comments

Comments

@zz-fortune
Copy link

source code in bmob_user.dart

//Map转String
//发送请求
Map result = await BmobDio.getInstance().put(
Bmob.BMOB_API_REQUEST_UPDATE_USER_PASSWORD +
objectId,
data: getParamsJsonFromParamsMap(data));

the 'Bmob.BMOB_API_REQUEST_UPDATE_USER_PASSWORD' is

static const String BMOB_API_REQUEST_UPDATE_USER_PASSWORD = BMOB_API_VERSION + "/updateUserPassword";

the 'Bmob.BMOB_API_REQUEST_UPDATE_USER_PASSWORD' should be

static const String BMOB_API_REQUEST_UPDATE_USER_PASSWORD = BMOB_API_VERSION + "/updateUserPassword/";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant