{
"appId": "string",
"content": "string",
"deputyIndustry": "string",
"example": "string",
"id": 0,
"primaryIndustry": "string",
"templateId": "string",
"templateType": {
"name": "string",
"title": "string",
"value": "string"
},
"title": "string",
"url": "string"
}
curl --location --request POST 'http://127.0.0.1:8585/wxTemplate/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"content": "string",
"deputyIndustry": "string",
"example": "string",
"id": 0,
"primaryIndustry": "string",
"templateId": "string",
"templateType": {
"name": "string",
"title": "string",
"value": "string"
},
"title": "string",
"url": "string"
}'
{
"code": 0,
"data": {},
"msg": "string"
}