文档
测试

查单个文章/海报 getById

GET
http://localhost:8000/spmp/insArticleInfo/getById

接口描述

根据id查文章/poster

请求参数

参数名
类型
描述
必填
insArticleId
string
ee2c0c396fd3423a8172450b929c7179
必填

响应参数

参数名
类型
描述
必填
code
string
示例:0000
必填
msg
string
示例:成功
必填
data
object
数据字典
必填
articleId
string
文章id,示例:ee2c0c396fd3423a8172450b929c7179
必填
articleTitle
string
标题,示例:xxxxxxxxxxx
必填
articleContentId
string
正文id,示例:6c1e4a19afad4400ab85c0713b867727
必填
articleDescription
string
描述,可忽略。示例:***********************
必填
articleType
int
类型,0文章1海报。示例:0
必填
articleSort
object
排序,可忽略。示例:null
必填
articleStatus
int
示例:1
必填
createBy
string
创建人id,示例:1ca91a28e93a4b7f8f3f735e504c8ff3
必填
authorName
string
创建人.示例:柯曦和
必填
createDt
int
示例:1614932685000
必填
modifyBy
string
示例:1ca91a28e93a4b7f8f3f735e504c8ff3
必填
modifyDt
int
示例:1614932619000
必填
sysId
string
机构id,示例:300
必填
shareCount
int
分享次数,示例:0
必填
liveConversionCount
int
转化次数,假数据。示例:0
必填
articleContent
string
正文内容,文章则返回正文内容,海报返回地址。示例:发打发打发方法第三十
必填

说明 / 示例

示例1: { "code": "0000", "msg": "成功", "data": { "articleId": "ee2c0c396fd3423a8172450b929c7179", "articleTitle": "xxxxxxxxxxx", "articleContentId": "6c1e4a19afad4400ab85c0713b867727", "articleDescription": "***********************", "articleType": 0, "articleSort": null, "articleStatus": 1, "createBy": "1ca91a28e93a4b7f8f3f735e504c8ff3", "authorName": "柯曦和", "createDt": 1614932685000, "modifyBy": "1ca91a28e93a4b7f8f3f735e504c8ff3", "modifyDt": 1614932619000, "sysId": "300", "shareCount": 0, "liveConversionCount": 0, "articleContent": "发打发打发方法第三十" } } 示例2: { "code": "0000", "msg": "成功", "data": { "articleId": "adffdsa33333", "articleTitle": "春游活动", "articleContentId": "6c1e4a19afad4400ab85c0713b8677", "articleDescription": "https://upload-images.jianshu.io/upload_images/288284-35f0110e990cc62e.png", "articleType": 1, "articleSort": 1, "articleStatus": 2, "createBy": "1ca91a28e93a4b7f8f3f735e504c8ff3", "authorName": "柯曦和", "createDt": 1615354138000, "modifyBy": null, "modifyDt": null, "sysId": "100", "shareCount": 0, "liveConversionCount": 0, "articleContent": "https://upload-images.jianshu.io/upload_images/288284-35f0110e990cc62e.png" } }