Ejemplo n.º 1
0
 public static function setScoreHistory($scoreAdded, $member, $scoreHistoryDescription, $channel, $params)
 {
     $history = ['assigner' => ScoreHistory::ASSIGNER_EXCHANGE_PROMOTION_CODE, 'increment' => intval($scoreAdded), 'memberId' => $member->_id, 'accountId' => $member->accountId, 'description' => $scoreHistoryDescription, 'brief' => ScoreHistory::ASSIGNER_EXCHANGE_PROMOTION_CODE, 'channel' => $channel, 'user' => $params['userInfo']];
     ScoreHistory::recordScore($history);
 }