示例#1
0
 public bool IsWXSupported()
 {
     return(WXApi.IsWXAppInstalled() && WXApi.IsWXAppSupportApi());
 }