Skip to content

error occurs when use updateUserPassword #18

@zz-fortune

Description

@zz-fortune

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/";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions