获取单条站内信详情接口
接口地址:
/?d=api&c=webmail&m=getcontent
访问方式:POST
参数说明
id,只能是大于0的数字
返回数据:
正确数据
{
"status": 1,
"data": {
"msg": "获取站内信详情成功",
"webmail": {
"id": "1",
"title": "站内信",
"content": "站内信",
"addtime": "1480314654.1082",
"uid": "2",
"status": "2",
"target": "1",
"targetuids": "0"
}
}
}
错误数据
{
"status": 0,
"data": {
"msg": "参数不合法#001"
}
}