{
"id": 1,
"templateId": 123,
"templateName": "营销模板",
"templateContent": "这是模板内容",
"templateTitle": "重要通知",
"userId": 123,
"createDate": "string",
"updateDate": "string",
"sign": 0
}
curl --location --request POST '/waTemplate/createWaTemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"templateId": 123,
"templateName": "营销模板",
"templateContent": "这是模板内容",
"templateTitle": "重要通知",
"userId": 123,
"createDate": "string",
"updateDate": "string",
"sign": 0
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": "string",
"returnCode": 0,
"count": 0,
"isEmpty": true
}