String url=“https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send?access_token=”+obj.getString(“access_token”)+"&touser="+openId;
url+="&template_id=07fcNwHa1np765qQlcaNClN–0PCOybSBsBs6ho2GjY&form_id="+form_id+"&data={keyword1: {DATA:339208499},keyword2:{DATA:2015年01月05日 12:30}}";
后台传递后系统报错,说参数不正确,请问哪里错了,data参数不传的话也报错。
下面是我用的模版,
{DATA:339208499},keyword2:{DATA:2015年01月05日 12:30}}? HTTP/1.1 200 OKConnection: keep-aliveContent-Type: application/json; encoding=utf-8Date: Mon, 06 Aug 2018 09:10:31 GMTContent-Length: 67{"errcode":44002,"errmsg":"empty post data hint: [gT_kBa06313945]"}
你好 还是报错,请大家帮我看下原因