{
"inner_title": "内部标题",
"template_id": "微信模板id",
"title": "微信标题",
"content": {
"first": {
"value": "11111111{{PROFILE-nickname}}",
"label": ""
},
"HandleType": {
"value": "222222222222",
"label": "服务类型"
},
"remark": {
"value": "66666666666666",
"label": ""
}
},
"miniprogram": {
"appid": "wx7a92039c57638182",
"pagepath": "pages/index/index/index"
},
"tags_id": [
13348,
15887
],
"url": ""
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v2/template/message/create' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"inner_title": "内部标题",
"template_id": "微信模板id",
"title": "微信标题",
"content": {
"first": {
"value": "11111111{{PROFILE-nickname}}",
"label": ""
},
"HandleType": {
"value": "222222222222",
"label": "服务类型"
},
"remark": {
"value": "66666666666666",
"label": ""
}
},
"miniprogram": {
"appid": "wx7a92039c57638182",
"pagepath": "pages/index/index/index"
},
"tags_id": [
13348,
15887
],
"url": ""
}'
{
"code": 0,
"msg": "success",
"data": {
"mid": "61",
"tid": 61,
"wechat_id": "61",
"inner_title": "会议提醒-1",
"title": "会议提醒",
"template_id": "UXIPr3-mRVF4fTzLqHCC___QX77iqYum-iFeaPLeAtQ",
"primary_industry": "商业服务",
"deputy_industry": "广告|会展",
"content": "{\"keyword1\":{\"label\":\"\\u4f1a\\u8bae\\u540d\\u79f0\",\"value\":\"asasdas\",\"color\":\"#000\"},\"keyword2\":{\"label\":\"\\u4f1a\\u8bae\\u65f6\\u95f4\",\"value\":\"dsds\",\"color\":\"#000\"}}",
"topcolor": "#FF0000",
"miniprogram": 0,
"create_time": "2023-09-13 17:17:25",
"update_time": "2023-09-13 17:17:25",
"type": 0,
"tags_id": "",
"url": "",
"id": 36148,
"create_timestamp": 1694596645,
"update_timestamp": 1694596645
}
}