zm
2021-04-01 802c31297a1ae5b8c2e8fb5c62e9790dfc5d7583
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;