Skip to content

BmobRestClient->checkResponse中正常状态下是不是应该返回array而不是stdClass #1

@tongjun741

Description

@tongjun741

$decodeResponse = json_decode($response);
改成:
$decodeResponse = json_decode($response, true);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions