文档
测试

文章详情

GET
/mobile/api/article/getArticleDetails

接口描述

(许兵兵)

请求参数

参数名
类型
描述
必填
articleId
Integer
专属文章id
必填
topicId
Integer
必填

返回数据

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:SUCCESS
必填
data
object
数据字典
必填
num
int
关联产品数量
必填
topicArticles
array
关联产品
必填
productId
int
id
必填
productName
string
产品名称
必填
productImg
string
图片地址
必填
articles
object
数据列表
必填
articleId
int
id
必填
articleName
string
文章名称
必填
articleImg
string
文章封面图
必填
articleDesc
string
文章简介
必填
articleDetail
string
文章详情
必填
payScore
int
阅读消耗积分
必填
seeNum
int
查看次数
必填
addTime
string
添加时间
必填
topicId
int
专题id
必填