curl --location --request POST 'api/WebChatAccount/GetTxWxTempList?current&pageSize' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyWord": "string"
}'
{
"errcode": 0,
"errmsg": "",
"result": {
"headList": [
{
"dataIndex": "operation",
"title": "操作",
"width": 80
},
{
"dataIndex": "temp_title",
"title": "模板标题"
},
{
"dataIndex": "template_id",
"title": "模板ID"
},
{
"dataIndex": "primary_industry",
"title": "一级行业"
},
{
"dataIndex": "deputy_industry",
"title": "二级行业"
},
{
"dataIndex": "temp_formKey",
"title": "对应的表单"
},
{
"dataIndex": "temp_type",
"title": "模板类型"
}
],
"dataList": [
{
"key": "1",
"temp_type": "官方预设模板",
"temp_title": "工单推送",
"template_id": "1234",
"primary_industry": "制造业",
"deputy_industry": "汽车",
"temp_formKey": "工单管理"
}
],
"total": 1
}
}