curl --location --request GET '/admin-api/system/notify-template/page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 1024,
"name": "测试模版",
"code": "SEND_TEST",
"type": 1,
"nickname": "土豆",
"content": "我是模版内容",
"params": "name,code",
"status": 1,
"remark": "我是备注",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}