小程序打开APP带的参数在Android中接收到的永远是"{}"
<button open-type=“launchApp” app-parameter=“wechat” binderror=“launchAppError”>打开APP</button>
在Android中拉起小程序,然后点击中程序中打开APP按钮,带上参数app-parameter=“wechat”,在Android中Resp中接收到的extMsg的值一直是"{}"