File tree 2 files changed +3
-3
lines changed
Demo/API_V2/Assets/API/Share
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public void showShareImageMenu()
12
12
WX . DownloadFile (
13
13
new DownloadFileOption
14
14
{
15
- url = "xxxxx " ,
15
+ url = "https://res.wx.qq.com/wxdoc/dist/assets/img/demo.ef5c5bef.jpg " ,
16
16
success = ( res ) =>
17
17
{
18
18
WX . ShowShareImageMenu (
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class onShareMessage : Details
20
20
new WXShareAppMessageParam
21
21
{
22
22
title = "转发标题" ,
23
- imageUrl = "xx " ,
23
+ imageUrl = "https://res.wx.qq.com/wxdoc/dist/assets/img/demo.ef5c5bef.jpg " ,
24
24
query = "key1=val1&key2=val2"
25
25
}
26
26
) ;
@@ -43,7 +43,7 @@ public void onShareAppMessage()
43
43
var defaultParam = new WXShareAppMessageParam
44
44
{
45
45
title = "转发标题" ,
46
- imageUrl = "xx " ,
46
+ imageUrl = "https://res.wx.qq.com/wxdoc/dist/assets/img/demo.ef5c5bef.jpg " ,
47
47
query = "key1=val1&key2=val2"
48
48
} ;
49
49
WX . OnShareAppMessage ( defaultParam , _onShareAppMessageCallback ) ;
You can’t perform that action at this time.
0 commit comments