文档
测试

获取公司动态列表接口

GET
https://www.xinwenda.net/index.php?m=content&c=gwApi&a=getGsdtList

接口描述

公司动态列表

请求参数

参数名
类型
描述
必填
page
int
请求页码
必填
pageNum
int
pageSize每页数据条数
必填

响应参数

参数名
类型
描述
必填
code
string
接口请求状态
必填
message
string
接口请求状态说明
必填
data
array
返回的数据
必填
id
int
公司动态内容ID
必填
title
string
公司动态标题
必填
thumb
string
公司动态封面图地址
必填
description
string
公司动态简介
必填

返回示例

##### 返回数据示例 ``` { "code": "200", "message": "成功", "data": [{ "id": "1", "title": "疫情对留学美国的影响", "thumb": "https://static.wdzxx.com/uploadfile/zxx/2020/0702/20200702093158993.jpg", "description": "这里是公司动态测试摘要,这里是公司动态测试摘要,这里是公司动态测试摘要,这里是公司动态测试摘要,这里是公司动态测试摘要,这里是公司动态测试摘要。" }] } ```