[09:13:46.869] INFO [http-nio-8085-exec-2] - Request URL: https://api.weixin.qq.com/cgi-bin/material/add_material?access_token=tttoookkkeenn&type=image
[09:13:47.340] INFO [http-nio-8085-exec-2] - 响应数据:{"errcode":40113,"errmsg":"unsupported file type hint: [JNWYxa08262801] rid: 6749154a-46a33bdf-74b644fe"}
你好,为什么请求包里面有这些内容呢?先用postman调通接口试试
document.getElementById('systemName').innerHTML = window.SITE_CONFIG.systemName
}
// w = window.innerWidth || document.documentElement.clientWidth
// || document.body.clientWidth;
// h = window.innerHeight || document.documentElement.clientHeight
// || document.body.clientHeight;
//获取视窗宽度
let htmlWith = document.documentElement.getBoundingClientRect().width;
// let htmlWith = document.documentElement.scrollWidth || window.i