zm
2021-03-29 1ecdc5ecb49d2a4e092e80cf397427cedf1f8d15
plugins/exchange/jobs/CovertJob.php
@@ -22,6 +22,7 @@
    public $code;
    public $token;
    public $result_token;
    public $card_no;
    public function execute($queue)
    {
@@ -30,7 +31,7 @@
        try {
            $f = new FacadeAdmin();
            $f->validate->user = $this->user;
            $f->cover($this->user->mall_id, $this->code);
            $f->cover($this->user->mall_id, $this->code,$this->card_no);
            $model = $f->validate;
            $codeModel = $model->codeModel;