Commit 73d2323b authored by rlgy's avatar rlgy

update

parent 1e46c54d
...@@ -106,10 +106,10 @@ class JugdeAwardJob extends BaseObject implements JobInterface ...@@ -106,10 +106,10 @@ class JugdeAwardJob extends BaseObject implements JobInterface
continue; continue;
} }
Yii::$app->queue->push(new AwardJob([ Yii::$app->queue->push(new AwardJob([
'from' => Yii::$app->params['h5_activity']['ZWG_GUESS_NEWBEE']['from'], 'from' => $config['from'],
'to' => $item['from'], 'to' => $item['from'],
'is_token' => true, 'is_token' => $config['award_isToken'],
'token' => 'ZWGYBA', 'token' => $config['award_token'],
'amount' => $amount * 1e8, 'amount' => $amount * 1e8,
'note' => '竞猜奖励', 'note' => '竞猜奖励',
])); ]));
......
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