plugins/exchange/forms/exchange/basic/Card.php
@@ -24,7 +24,7 @@ throw new \Exception('卡劵不存在'); } $card_num = $this->config['card_num']; $remark = sprintf('兑换码%s兑换', $this->codeModel->code); $remark = sprintf('提货卡%s兑换', $this->codeModel->code); $card = new CommonCard(); $card->user = $this->user;