curl --location --request GET 'https://tmdemo.tmse.com.cn/admin/setting/notice/detail?identify&id' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjaGFubmVsIjoiMSIsImlzcyI6InRtZGVtby50bXNlLmNvbS5jbiIsImF1ZCI6InRtZGVtby50bXNlLmNvbS5jbiIsImlhdCI6MTcyMzQ2NjMyNCwibmJmIjoxNzIzNDY2MzI0LCJleHAiOjE3MjM1MjAzMjQsImp0aSI6eyJpZCI6MSwidHlwZSI6ImFkbWluIiwiZXhwIjo1NDAwMH19.0ToDqLzkzWUDrigx4qV3uF9lV6RPHck8DjJ-OUDG2xs'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"scene": "string",
"name": "string",
"desc": "string",
"type": 0,
"is_system": 0,
"is_sms": 0,
"is_mail": 0,
"is_wechat": 0,
"is_applet": 0,
"variable": "string",
"system_template": null,
"sms_template": {
"id": 0,
"templateCode": "string",
"content": "string"
},
"mail_template": {
"id": 0,
"name": "string",
"content": "string"
},
"wechat_template": null,
"applet_template": null,
"is_captcha": 0,
"status": 0,
"create_time": "string",
"update_time": "string",
"delete_time": 0
}
}