文档
测试

小秘书根据id回显

GET
http://192.168.1.107:8501/cpcp/cpcpsecretary/info/2

接口描述

/cpcp/cpcpsecretary/info/2 (id在请求路径上)

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
cpcpSecretary
object
数据字典
必填
id
int
示例:2
必填
title
string
示例:
必填
content
string
示例:www.baidu.com
必填
sendTypeId
int
示例:1
必填
sendTagId
object
示例:null
必填
sendStatus
int
示例:0
必填
sendUnit
string
示例:未知字段
必填
isOneSend
int
示例:0
必填
sendTimeType
int
示例:19 月 17 日
必填
sendTime
string
示例:09:00:00
必填
sendTimeCorn
string
示例:/0?035
必填
linkContentId
int
示例:14
必填
status
int
示例:1
必填
createUserId
int
示例:1
必填
createTime
string
示例:2021-06-22 09:28:59
必填
updateUserId
int
示例:1
必填
updateTime
string
示例:2021-06-22 09:29:18
必填
headline
string
示例:一线人员
必填
headlineDes
string
示例:一线人员日运营数据查看
必填

说明 / 示例

{ "msg": "success", "code": 0, "cpcpSecretary": { "id": 2, "title": "", "content": "www.baidu.com", "sendTypeId": 1, "sendTagId": null, "sendStatus": 0, "sendUnit": "未知字段", "isOneSend": 0, "sendTimeType": 18, "sendTime": "09:00:00", "sendTimeCorn": "/0?035", "linkContentId": 14, "status": 1, "createUserId": 1, "createTime": "2021-06-22 09:28:59", "updateUserId": 1, "updateTime": "2021-06-22 09:29:18", "headline": "一线人员", "headlineDes": "一线人员日运营数据查看" } }