everything is normal to request and display on android, but when previewing on ios, the request in onload
fail: function (err) {
console.log(":" + err.errCode);
console.log(":" + err.errMsg);
swan.showModal({
title: "",
content: err.errCode + " " + err.errMsg
});
}
caught error: 202 parsing failed, please check whether the parameters are correct
how to start this? is it really the reason for the parameters?