在成功检测了微信已经安装,并且注册应用成功后, 执行以下代码: ``` plugins.weixin.textContent(function(){ alert("共享到微信成功"); }, function(){ alert("共享到微信失败,请稍后再试"); }, "send", "test send text"); ``` 既没有成功提示,也没有失败提示 ecplise 的 LogCat 里面提示,有一个句相关的: ``` ignore wecha app signature validation ``` 这是怎么回事呢?