{
"template_id":0,
"ext_json":"JSON_STRING", //*ext_json需为string类型,请参考下面的格式*
"user_version":"V1.0",
"user_desc":"test",
}
这里ext_json为string类型,就是字符串中需要使用转义字符。
也就是ext_json真正发送的数据如下:
{
\"extAppid\":\"\",
\"ext\":{
\"attr1\":\"value1\",
\"attr2\":\"value2\",
},
\"extPages\":{
\"index\":{
},
\"search/index\":{
},
},
\"pages\":[\"index\",\"search/index\"],
\"window\":{
},
\"networkTimeout\":{
},
\"tabBar\":{
},
}