多谢分享
多谢分享
666666666666666666666666666
66666666666666
66666666666666666
感谢分享
66226666666663
不错 支持一下
双方都水电费水电费水电费
var MAX_CYCLES = 3;
var currentCycle = 0;
// 请求函数
var request = (functionId, body = {}) =>
fetch("https://api.m.jd.com/client.action", {
body: `functionId=${functionId}&body=${JSON.stringify(
body
)}&client=wh5&clientVersion=1.0.0`,
headers: {
"content-type": "application/x-www-form-urlencoded",
},
method: "POST",
credentials: "include",
});
console.log("