Commit b17d67a9 by haojie

1

parent 580d8a17
......@@ -21,7 +21,7 @@ class BlindBoxStatus extends Command
*
* @var string
*/
protected $description = 'Command description';
protected $description = '修改盲盒状态,开奖';
/**
* Execute the console command.
......
......@@ -173,8 +173,6 @@ public function useCheckCallback(Request $request)
{
$hash = $request->input('hash', null);
$status = $request->input('status', null);
# 测试
$status = 1;
if (empty($hash) || empty($status) || $status == 0) {
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment