/** * 二维码 * @param spaceid 系统参数spaceid * @param content 内容 * @param width 宽 * @param height 高 */ export default function qrcode(spaceid: string, content: string, width: number, height: number): Promise;