获取操作实例
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)
文档更新时间: 2020-08-19 10:33 作者:kuteng