文档
测试

获取某次推送明细列表

GET
http://localhost:8076/api/user/getmessagepushconst?pushid=1

请求参数

参数名
类型
描述
必填
pushid
int
推送id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
data
array
数据列表
必填
id
int
示例:1
必填
pushid
int
推送id
必填
memberid
int
用户id
必填
pushtype
int
发送方式,1:邮件,2:手机
必填
account
string
发送账号
必填
title
string
标题
必填
content
string
内容
必填
status
int
状态 0:发送失败 1:发送成功
必填
createdAt
string
时间
必填
yibei_member
object
用户信息
必填
username
string
用户名称
必填