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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3156d-2bda1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3156d-2bda1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?