Authorization: Bearer ********************{"pageNo":1,
"pageSize":10,
"params":
{
"id": 1,
"owner": 2,
"defaultFlag": 1,
"alias": "短信模板别名",
"name": "固定模板名称",
"dictCode": "模板类别代码",
"dictCodeName": "模板类别名称",
"content": "这是短信模板的具体内容",
"status": 1,
"remark": "这是备注信息",
"customerId": "123456",
"expand1": "备用字段1的值",
"expand2": "备用字段2的值",
"expand3": "备用字段3的值",
"expand4": "备用字段4的值",
"expand5": "备用字段5的值",
"createTime": "2025-03-01T11:08:00",
"creator": "创建用户的ID",
"modifyTime": "2025-03-01T14:00:00",
"modifier": "更新用户的ID"
}
}curl --location --request POST '/api/system/email/page' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{"pageNo":1,
"pageSize":10,
"params":
{
"id": 1,
"owner": 2,
"defaultFlag": 1,
"alias": "短信模板别名",
"name": "固定模板名称",
"dictCode": "模板类别代码",
"dictCodeName": "模板类别名称",
"content": "这是短信模板的具体内容",
"status": 1,
"remark": "这是备注信息",
"customerId": "123456",
"expand1": "备用字段1的值",
"expand2": "备用字段2的值",
"expand3": "备用字段3的值",
"expand4": "备用字段4的值",
"expand5": "备用字段5的值",
"createTime": "2025-03-01T11:08:00",
"creator": "创建用户的ID",
"modifyTime": "2025-03-01T14:00:00",
"modifier": "更新用户的ID"
}
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"id": 0,
"owner": 0,
"defaultFlag": 0,
"alias": "",
"name": "",
"dictCode": "",
"dictCodeName": "",
"content": "",
"status": 0,
"remark": "",
"customerId": "",
"expand1": "",
"expand2": "",
"expand3": "",
"expand4": "",
"expand5": "",
"createTime": "",
"creator": "",
"modifyTime": "",
"modifier": ""
}
],
"total": 0,
"current": 0,
"size": 0
}
}