微信在android平台有两种方式:一种是绕过审核,一种是不绕过审核。两个的区别看下分享后的对比(前面两张呢是不绕过审核,后面两张是绕过审核)点击查看更多参数设置
1、绕过审核的配置如下:
Id="4"
SortId="4"
AppId="你的APPID"
AppSecret="你的AppSecret"
BypassApproval="true"
WithShareTicket = "true"
MiniprogramType = "0"
Enable="true" />
Id="5"
SortId="5"
AppId="你的APPID"
AppSecret="你的AppSecret"
BypassApproval="true"
Enable="true" />
Id="6"
SortId="6"
AppId="你的APPID"
AppSecret="你的AppSecret"
Enable="true" />
如上设置:BypassApproval="true"当此句代码为true的时候为绕过审核的分享,绕过审核分享在快捷分享中默认是图文分享
2、不绕过审核配置:
Id="4"
SortId="4"
AppId="你的APPID"
AppSecret="你的AppSecret"
BypassApproval="false"
WithShareTicket = "true"
MiniprogramType = "0"
Enable="true" />
Id="5"
SortId="5"
AppId="你的APPID"
AppSecret="你的AppSecret"
BypassApproval="false"
Enable="true" />
Id="6"
SortId="6"
AppId="你的APPID"
AppSecret="你的AppSecret"
Enable="true" />