基本会员都能正常登录,但有个别会员登录不了,不管微信小程序还是H5移动端都登录不了,看返回信息是有登录成功,但获取会员信息失败了。返回错误信息:
{
"status": 400,
"msg": "SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `is_del` = ? AND `status` = ? LIMIT 1' at line 1",
"data": []
}
前后端源代码没有任何改动




