红包详情

This commit is contained in:
2025-10-15 17:16:09 +08:00
parent d6bbdefb0a
commit 18944ddcbc

View File

@@ -72,7 +72,7 @@ class Redpacket extends BaseCom
*/
public function detail()
{
$redpacketId = $this->request->get('redpacket_id');
$redpacketId = $this->request->post('redpacket_id');
if (empty($redpacketId)) {
return V(0, '红包ID不能为空');