小程序码
发布者:admin 发表于:439天前 阅读数:656 评论:0

获取操作实例

mini := wc.GetMiniProgram(cfg)
qr:=mini.GetQrcode()

获取小程序二维码,适用于需要的码数量较少的业务场景

CreateWXAQRCode(coderParams QRCoder) (response []byte, err error)

获取小程序码,适用于需要的码数量较少的业务场景

GetWXACode(coderParams QRCoder) (response []byte, err error)

获取小程序码,适用于需要的码数量极多的业务场景

GetWXACodeUnlimit(coderParams QRCoder) (response []byte, err error)