国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

二維碼

1¥
類型 應(yīng)用插件
版本 1.0.0
版本更新時間 2023-04-04
大小 6.22 KB
開發(fā)商
小豬
評分

詳細介紹

二維碼基礎(chǔ)使用

安裝

此插件依賴 endroid/qr-code,請使用命令 composer require endroid/qr-code:^3.9.6 安裝(需restart重啟)

composer require endroid/qr-code:^3.9.6

參數(shù)

data:要存儲數(shù)據(jù)
size:二維碼的尺寸大小,默認200
margin:內(nèi)邊距,默認10
show_tag:是否展示標簽,默認0,不展示
show_logo:是否展示LOGO,默認0,不展示

使用

在需要的程序中直接使用

<?php

namespace plugin\qrcode\app\admin\controller;

use plugin\qrcode\api\QrCode;
use support\Request;
use support\Response;

class IndexController
{
    /**
     * 生成二維碼
     * @return Response
     */
    public function create(Request $request) {
        $params = $request->post();
        $res    = QrCode::create($params);
        return json($res);
    }

}
版本歷史記錄
1.0.0
2023-04-03
基礎(chǔ)使用版
評分及評論
0 滿分5分
??