Today, the server of the program has been changed, and the program can run, and WeChat Pay has no problem, that is, when calling Wechat to stop recording API (wx.stopRecord), fail,
Code:
function wxRecStop(recNext) {
wx.stopRecord({
success: function (res) {
recEnd(res, recNext);
},
fail: function (res) {
alert("");
}
});
}
error message:
errMsg: "stopRecord:fail, the permission value is offline verifying"
what is the reason why I did not find it after debugging? who has encountered this problem? Share.