请教下模版消息 的参数怎么正确传递
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参数不传的话也报错。
下面是我用的模版,
