文档
测试

新闻详情

GET
http://192.168.2.212:16928/api/Main/getNewsDetail

接口描述

新闻详情

请求参数

参数名
类型
描述
必填
typeid
int
0:首页新闻动态,1:其他普通文章,2:党员之家文章,3:三会一课文章
必填
id
int
文章id
必填
uid
string
用户id
必填

响应参数

参数名
类型
描述
必填
id
int
文章id
必填
headline
string
文章标题
必填
memo
string
文章内容
必填
createtime
datetime
文章时间
必填
img
string
文章图片(http://dpadmin.djplus.cn//Pimg//参数)
必填
count
int
点赞数
必填
remark
string
浏览量
必填
status
int
0:未点赞,1:已点赞
必填
state
int
0:未收藏,1:已收藏
必填

三会一课响应参数

参数名
类型
描述
必填
id
int
会议id
必填
title
string
会议标题
必填
memo
string
会议内容
必填
time
datetime
会议时间
必填
address
string
会议地点
必填
tittle
string
会议大类型(三会一课)
必填
typename
string
会议类型
必填
count
int
点赞数
必填
remark
string
浏览量
必填
status
int
0:未点赞,1:已点赞
必填
state
int
0:未收藏,1:已收藏
必填