# 請求地址
`https://www.lkdzs.cn/api/news/detail`
# 請求方式
`get / post`
# 請求參數
|參數名|是否必填|說明|
|-|-|-|
|id|是|新聞id,可在新聞列表中獲取|
# 在線調試
~~~[api]
get:/api/news/detail
*int:id=請輸入新聞id#必填
<<<
success
{
"code": 0,
"msg": "success",
"date": {}
}
<<<
error
{
"code": 404,
"msg": "fail"
}
~~~