小程序
小游戏
企业微信
微信支付
扫描小程序码分享
{"thing7":{"value":"科技宿舍 TD4 D412-4"},"thing6":{"value":"入住通知:"},"date3":{"value":"2020-04-16 20:29:35"},"phrase4":{"value":"成功"}}
[{"errcode":47003,"errmsg":"argument invalid! hint: [lPdvTa0175shc2] data.phrase4.value invalid"}]!
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
这个json格式应该是没有问题的,应该是在你的使用过程中存在异常,能否帖下相关代码看下
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
connection.setRequestProperty("Charsert", "UTF-8");
connection.setRequestProperty("Content-Type", "application/json; charset=UTF-8");//设置参数类型是json格式
//创建连接
URL url = new URL(wxMssVo.getRequestUrl());
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
connection.setDoOutput(true);
connection.setDoInput(true);
connection.setRequestMethod("POST");
connection.setUseCaches(false);
connection.setInstanceFollowRedirects(true);
connection.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
connection.setRequestProperty("Content-Type", "utf-8");
connection.connect();
两个不同的服务器,一个成功,一个报刚刚那个错误,我觉得问题可能出现在编码上面
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
这个json格式应该是没有问题的,应该是在你的使用过程中存在异常,能否帖下相关代码看下
connection.setRequestProperty("Charsert", "UTF-8");
connection.setRequestProperty("Content-Type", "application/json; charset=UTF-8");//设置参数类型是json格式
//创建连接
URL url = new URL(wxMssVo.getRequestUrl());
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
connection.setDoOutput(true);
connection.setDoInput(true);
connection.setRequestMethod("POST");
connection.setUseCaches(false);
connection.setInstanceFollowRedirects(true);
connection.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
connection.setRequestProperty("Content-Type", "utf-8");
connection.connect();
两个不同的服务器,一个成功,一个报刚刚那个错误,我觉得问题可能出现在编码上面