ShareSessionImage
- APP分享在线图片至微信好友
方法名 | 参数传递 | 说明 |
---|---|---|
ShareSessionImage | {PicturePath:'text (opens new window)'} | 分享在线图片至微信好友 |
/*
* params:
* {
* PicturePath: 网络图片地址
* {
*/
PublicLib.ShareSessionImage({PicturePath:'https://gimg3.png'});
1
2
3
4
5
6
7
2
3
4
5
6
7