[LayaNative3]打包安卓发送http发送数据发送后端接收不正确

{"username":"12555566666","password":"12345678"}总字符串长度48以上的时候正常
{"username":"123","password":""}总字符串数为32时不正确
不正确后端接收的数据为:
6091 c700 7100 0000 183e 5fff 7000 0000
4014 cd74 7100 0000 002c 2270 6173 7377
1097 409a 7100 0000 
//请求代码片段
        //发送HTTP请求
        let http: Laya.HttpRequest = new Laya.HttpRequest();
        http.send(Config.game_domain,{ username: username.text, password: password.text }, "post", "text");
        http.once(Laya.Event.COMPLETE, this, function(data:any){
            var data = JSON.parse(data);
        });
微信截图_20240121231403.png
已邀请:

要回复问题请先

商务合作
商务合作