分享小程序,跳转入小程序

32 2023-09-11 12:43:49

BSL.ShareApplet('pageUrl','id','path','title','desc','imageUrl','callbackMethod')

调用前先要在微信开放平台App设置内关联好对应的小程序。

参数必填说明
pageUrl兼容低版本的网页链接
id小程序原始id
path小程序页面路径,本站打包填写:zsk_browser/pages/index/index?banner_url=网址
title小程序消息title
desc小程序消息desc
imageUrl小程序消息封面图片,小于128k
callbackMethod自定义回调函数。回调值:1成功,0失败

例:

<script>
	function Share(result){
		if(result == '1'){
			alert('分享成功');
		}else{
			alert('分享失败');
		}
	}
</script>
<a href="#" onclick="BSL.ShareApplet('http://www.bslyun.com','xxxxxx','zsk_browser/pages/index/index?banner_url=http%3a%2f%2fwww.baidu.com%2findex.php' ,'小程序标题' , '小程序介绍', 'http://open-qiniu.appbsl.com/sources/94830/329681/qr_test.png',  'Share')">分享小程序</a>
//以上小程序跳转地址是用我们平台打包小程库对应的地址。分享址要按你小程序填写。

分享本站小程序时要跳转网址要对应的转ASCII码

如:http://www.baidu.com/index.php 转为http%3a%2f%2fwww.baidu.com%2findex.php

App关联

image.png

上一篇:App调用手机系统分享窗口
下一篇:ZJ广告调用:激励广告,插屏,全屏,视频,小说,新闻资讯,任务墙 等
相关文章