{
"wechat_official_account_id": "string",
"scene_id": "string",
"inner_title": "string",
"url": "string",
"miniprogram": {
"appid": "string",
"pagepath": "string"
},
"content": {
"keyword1": {
"value": "string"
},
"keyword2": {
"value": "string"
},
"keyword3": {
"value": "string"
}
},
"tags_id": [
0
]
}curl --location --request PUT 'https://jingopenapi.jingsocial.com/v2/template/message/update' \
--header 'app_id: ' \
--header 'access_token: {{access_token_ep}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"wechat_official_account_id": "string",
"scene_id": "string",
"inner_title": "string",
"url": "string",
"miniprogram": {
"appid": "string",
"pagepath": "string"
},
"content": {
"keyword1": {
"value": "string"
},
"keyword2": {
"value": "string"
},
"keyword3": {
"value": "string"
}
},
"tags_id": [
0
]
}'{
"code": 0,
"data": {
"id": 3333,
"mid": 33,
"inner_title": "zrhtest-29",
"template_id": "GoKp3WFxMDuTqFDE9RSMdbprBOT3FFjG5pI1sgrHmWU",
"title": "zrhtest-29",
"primary_industry": "酒店旅游",
"deputy_industry": "旅游",
"content":"{\"type\":{\"value\":\"{{type.DATA}}aaaaaaaaa\",\"label\":\"\您\好\,\我\们\已\为\您\安\排\的\"},\"name\":{\"value\":\"{{name.DATA}}bbbbbbbbb\",\"label\":\"\为\"},\"Number\":{\"value\":\"{{Number.DATA}}ccccccccc\",\"label1\":\"\,\您\也\可\拨\打\"}}",
"url": "",
"create_time": "2023-09-22 10:39:27",
"update_time": "2023-09-22 14:35:52",
"is_delete": 0,
"miniprogram": 0,
"appid": "",
"pagepath": "",
"tags_id": "57,66",
"wechat_id": 33,
"tid": 33,
"create_timestamp": 1695350367,
"update_timestamp": 1695350367
},
"message": "success"
}