文档
测试

失物招领详情

GET
wxapi/lsf/info/{id}

接口描述

详情,不知道用不用的上

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
lostAndFound
object
数据字典
必填
id
int
示例:1
必填
title
string
示例:失物招领
必填
address
string
示例:明辨204
必填
images
object
示例:null
必填
remark
string
示例:这是一把雨伞
必填
loseTime
string
示例:20221223
必填
name
string
示例:陈厚成
必填
contact
string
示例:wx22912
必填
createTime
string
示例:2022-05-05 04:29:52
必填
flag
boolean
示例:true
必填
type
int
示例:1
必填
studentId
int
示例:1
必填

说明 / 示例

``` { "msg": "success", "code": 0, "lostAndFound": { "id": 1, "title": "失物招领", "address": "明辨204", "images": null, "remark": "这是一把雨伞", "loseTime": "20221223", "name": "陈厚成", "contact": "wx22912", "createTime": "2022-05-05 04:29:52", "flag": true, "type": 1, "studentId": 1 } } ```