This commit is contained in:
test_service 2023-12-08 17:23:45 +08:00
commit d15ca423d0

View File

@ -136,7 +136,7 @@ class User extends Controller
{
$post = $_GET;
if (empty($post['openid']) || empty($post['coupon_id'])) {
if (empty($post['openid']) && empty($post['coupon_id'])) {
return $this->renderSuccess([], '成功');
}
$where = [];