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'];