## 獲取內容值
### 簡要描述
獲取內容值,系統將根據參數計算出對應的內容值
### 請求URL
/api/v1/stl/content
### 請求方式
GET
### 請求參數說明

/api/v1/stl/content的其他參數與<stl:content>標簽一致。
### 請求示例
GET /api/v1/stl/content?siteId=1&channelId=134&contentId=1525
### 返回示例
{
"value": {
"id": 1525,
"channelId": 134,
"siteId": 1,
"addUserName": "admin",
"lastEditUserName": "admin",
"writingUserName": "",
"lastEditDate": "2018-05-21 10:13:00",
"taxis": 2000000001,
"groupNameCollection": "",
"tags": "",
"sourceId": 0,
"referenceId": 0,
"isChecked": true,
"checkedLevel": 0,
"hits": 40,
"hitsByDay": 1,
"hitsByWeek": 5,
"hitsByMonth": 40,
"lastHitsDate": "2018-05-23 00:00:00",
"title": "雪山深處, 永遠熱淚盈眶的年輕",
"isTop": true,
"isRecommend": true,
"isHot": true,
"isColor": true,
"addDate": "2018-02-23 10:32:00",
"linkUrl": "",
"settingsXml": "comments=0&photos=0&freereadings=&paidreadings=&fullreadingprice=&paperprice=&titleformatstring=False_False_False_&check_isadmin=True&check_username=admin&check_checkdate=2018-05-21 10:13&check_reasons="
}
}
### 返回參數說明

詳細字段請參考 [內容表](https://docs.siteserver.cn/model#/model_Content)
### 備注
更多返回錯誤代碼請參考錯誤代碼描述