-
Notifications
You must be signed in to change notification settings - Fork 21
查询时候查询的条件中包含=会报错 #9
Copy link
Copy link
Open
Description
比如这样查是没有问题的
$res=$bmobObj->get("",array('where={"playerName":"比目"}'));
如果改称查询条件带有“=”,如下;就会报错,
$res=$bmobObj->get("",array('where={"playerName":"比=目"}'));
错误:
Fatal error: Uncaught BmobException: [107]: bmob.cn error: invalid json ; thrown in {"playerName":"比 ..\lib\BmobRestClient.class.php on line 321
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels