/** * 生成微信公众号带参数二维码 * @param token 微信token * @param scene_str 附带参数 * @example qrcode(token, scene_str); */ export default function qrcode(token: string, scene_str: string): Promise;