After changing the server, Wechat official account program stopped recording failed, solve?

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.


have you solved it? There are ups and downs when the recording interface is stopped. No reason can be found

Menu