This commit is contained in:
尖叫 2023-12-08 17:32:00 +08:00
parent 392e848b29
commit c7e68c97ac

View File

@ -154,7 +154,9 @@ class User extends Controller
}
$data = Db::name('food_coupon_user_wx')->where($where)->select();
$data['list'] = $data;
$data['wx_openid'] = $openid ?? '';
return $this->renderSuccess($data, '成功');
}