neta0204
This commit is contained in:
@@ -48,6 +48,8 @@ class Act extends Wxapp
|
||||
$ukey = $this->input_param('ukey');
|
||||
$reward_id = $this->input_param('reward_id');
|
||||
|
||||
debug_log("[info]# " . json_encode($this->input_param(),JSON_UNESCAPED_UNICODE), 'market/sylive','neta.log');
|
||||
|
||||
//$reward_id 对应 winType
|
||||
$winTypes = array(
|
||||
'5051' => '1', //电视机
|
||||
@@ -105,6 +107,8 @@ class Act extends Wxapp
|
||||
$ukey = $this->input_param('ukey');
|
||||
$car = $this->input_param('car');
|
||||
|
||||
debug_log("[info]# " . json_encode($this->input_param(),JSON_UNESCAPED_UNICODE), 'market/sylive','neta.log');
|
||||
|
||||
$activity = $this->market_sylive_activity_model->get(['activityId' => $activityId]);
|
||||
if (!$activity) {
|
||||
throw new Hd_exception('活动不存在', API_CODE_FAIL);
|
||||
|
||||
Reference in New Issue
Block a user