跳到主要内容

gen_qrcode

在本地生成二维码PNG文件

声明

bool gen_qrcode(string secret, string name, string title = "jszx", string path = "/", bool need_save = true)

参数

参数名描述
secret密钥
name名称
title标题
path路径
need_save是否保存

返回值

bool

使用方式

返回文档