小米快游戏平台, 所有post请求都报 400错误.
使用的js sdk
配置方式:
const AV = require("./third/av-core.js");
const adapters = require("./third/leancloud-adapters-quickapp.js");
AV.setAdapters(adapters);
两个文件都是最新版
引擎使用laya, 引擎和快应用调试器也是最新版,
所有post请求, 包括登录, 保存数据等等 都报这个400错,
rawMessage: "Malformed json object. A json dictionary is expected."
请求服务器时间这种get请求正常返回.