红包详情
This commit is contained in:
@@ -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不能为空');
|
||||
|
||||
Reference in New Issue
Block a user