zm
2021-04-01 802c31297a1ae5b8c2e8fb5c62e9790dfc5d7583
plugins/exchange/forms/exchange/basic/Svip.php
@@ -16,7 +16,7 @@
    public function exchange(&$message, &$reward)
    {
        try {
            //$remark = sprintf('使用兑换码%s', $this->codeModel->code);
            //$remark = sprintf('使用提货卡%s', $this->codeModel->code);
            $return = CommonVipSend::getInstance()->becomeOrRenew($this->config['child_id'], $this->user->id, 'exchange');
            if ($return['code'] === 0) {
                $order_id = $return['data']['order_id'];