微信小游戏部署资源服务器遇到问题,求解答

按官方提供的方法,把资源放到资源服务器上,在微信开发者工具中运行,报如下错误:

WAGame.js:4 gameThirdScriptError
Failed to read the ‘responseText’ property from ‘XMLHttpRequest’: The value is only accessible if the object’s ‘responseType’ is ‘’ or ‘text’ (was ‘json’).
Error: Failed to read the ‘responseText’ property from ‘XMLHttpRequest’: The value is only accessible if the object’s ‘responseType’ is ‘’ or ‘text’ (was ‘json’).
at c (http://127.0.0.1:43147/game/gamePage.html:1:55753)
at XMLHttpRequest.v.onreadystatechange (http://127.0.0.1:43147/game/gamePage.html:1:55869)

这错误写得够清楚了。http头错了撒。微信不让所有类型的资源都放服务器上,怕你远程下载代码运行