红包详情
This commit is contained in:
@@ -72,7 +72,7 @@ class Redpacket extends BaseCom
|
|||||||
*/
|
*/
|
||||||
public function detail()
|
public function detail()
|
||||||
{
|
{
|
||||||
$redpacketId = $this->request->get('redpacket_id');
|
$redpacketId = $this->request->post('redpacket_id');
|
||||||
|
|
||||||
if (empty($redpacketId)) {
|
if (empty($redpacketId)) {
|
||||||
return V(0, '红包ID不能为空');
|
return V(0, '红包ID不能为空');
|
||||||
|
|||||||
Reference in New Issue
Block a user