dataLists(new GoodsCategoryLists()); } public function getQrCode() { $params = (new GoodsCategoryValidate())->post()->goCheck('qrcode', [ 'user_id' => $this->userId, 'user_info' => $this->userInfo ]); $result = GoodsCategoryLogic::getQRCode($params); if (false === $result) { return $this->fail(GoodsCategoryLogic::getError()); } return $this->success('生成二维码', ['qrcode'=>$this->request->domain().'/'.$result], 1, 1); } }