比如这样查是没有问题的
$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
比如这样查是没有问题的
$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