getImage() getImage() : string 获取分销二维码 Throws \app\common\exception\BaseException \think\exception\DbException \Exception Returns string
saveQrcode() saveQrcode( $wxapp_id, $scene, null $page = null) : string 保存小程序码到文件 Parameters $wxapp_id $scene null $page Throws \app\common\exception\BaseException \think\exception\DbException Returns string
saveTempImage() saveTempImage( $wxapp_id, $url, string $mark = 'temp') : string 获取网络图片到临时目录 Parameters $wxapp_id $url string $mark Returns string
savePoster() savePoster( $backdrop, $avatarUrl, $qrcode) : string 拼接海报图 Parameters $backdrop $avatarUrl $qrcode Throws \Exception Returns string
circular() circular(static $imgpath, string $saveName = '') 生成圆形图片 Parameters static $imgpath 图片地址 string $saveName 保存文件名,默认空。