红包详情
This commit is contained in:
@@ -32,7 +32,6 @@ class Redpacket extends BaseCom
|
|||||||
*/
|
*/
|
||||||
public function grab()
|
public function grab()
|
||||||
{
|
{
|
||||||
$redpacketId = $this->request->post('redpacket_id');
|
|
||||||
$redpacketId = input('redpacket_id', 0);
|
$redpacketId = input('redpacket_id', 0);
|
||||||
|
|
||||||
if (empty($redpacketId)) {
|
if (empty($redpacketId)) {
|
||||||
@@ -73,8 +72,6 @@ class Redpacket extends BaseCom
|
|||||||
*/
|
*/
|
||||||
public function detail()
|
public function detail()
|
||||||
{
|
{
|
||||||
$redpacketId = $this->request->post('redpacket_id');
|
|
||||||
$redpacketId = $this->request->post('redpacket_id');
|
|
||||||
$redpacketId = input('redpacket_id', 0);
|
$redpacketId = input('redpacket_id', 0);
|
||||||
|
|
||||||
if (empty($redpacketId)) {
|
if (empty($redpacketId)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user