蜈洲岛


项目列表

> POST /prom/ebk/coach/project/list

Body 请求参数

{
  "pageNum": 1,
  "pageSize": 100,
  "status": "up",
  "id": -1
}

请求参数

名称 位置 类型 必选 说明
token header string token
body body object none
» pageNum body integer(int64) none
» pageSize body integer(int64) none
» status body string 状态:上线(up),下线(down)
» id body string 0或null 忽略条件查询全部

> 返回示例

> OK

{
  "success": true,
  "code": 1,
  "message": "操作成功",
  "data": {
    "records": [
        {
            "id": "",
            "deleted": "",
            "createTime": "",
            "updateTime": "",
            "creator": "",
            "modifier": "",
            "sellerId": "",
            "projectName": "全部",
            "image": "",
            "introduction": "",
            "status": ""
        },
        {
            "id": "3",
            "deleted": 0,
            "createTime": "2023-03-07 15:20:05",
            "updateTime": "2023-03-07 15:20:05",
            "creator": "wh001",
            "modifier": "wh001",
            "sellerId": "9519",
            "projectName": "澎湖县旅行团",
            "image": "http://dummyimage.com/400x400",
            "introduction": "Kfb guxky uecdlu iowk dhtnhehgz fgtpl dpxdr yftgw hwbl hjdm uug vgok svhsm hstfkqd dcvlhc stoko ldwkadgiu iqkcojr wwlqmcs tinlwv elyfbyt hxnn ojkurrqvt bputtfyqw ksfiqiemgt eykck jzxhxesz cxzl cbcprlla bjqlqwg byolcb thslhjbe.",
            "status": "up"
        },
        {
            "id": "4",
            "deleted": 0,
            "createTime": "2023-03-07 15:20:24",
            "updateTime": "2023-03-07 15:20:24",
            "creator": "wh001",
            "modifier": "wh001",
            "sellerId": "9519",
            "projectName": "保定市旅行团",
            "image": "http://dummyimage.com/400x400",
            "introduction": "Muqiesjoic zwsxltkwae ahugp lltcgwxu mjfv phpykv gwdq qzhjseegf ldpnvoikoz wkmcrevpl jgnuvpd azuosr mcivgnxqi rcoojwu snlpc rknxnfmiq souphh lzrdh ycutj htxs vfrrxktz smlgnhm mdpv lmfgoovjq lrl ybmnqxn qkj popgbkw.",
            "status": "up"
        },
        {
            "id": "18",
            "deleted": 0,
            "createTime": "2023-03-07 15:26:12",
            "updateTime": "2023-03-07 15:26:12",
            "creator": "wh001",
            "modifier": "wh001",
            "sellerId": "9519",
            "projectName": "舟山市旅游团",
            "image": "http://dummyimage.com/400x400",
            "introduction": "Tqdvvce vjualdwf bqkkjv nlwywnpp enlyvkcf nlxxjsv mlceohb mvgefoqr ccywjzri husnlk zjrabh yhegt jng hezltlypvm ufjs lorgduu.",
            "status": "up"
        }
    ],
    "total": "1",
    "size": "100",
    "current": "1",
    "orders": [],
    "optimizeCountSql": true,
    "searchCount": true,
    "countId": "",
    "maxLimit": "",
    "pages": "1"
  }
}

返回结果

字段 类型 说明
id bigint (AUTOINCREMENT) 主键id
sellerId bigint 商家id
projectName string 项目名称
image string 图片
introduction string 介绍
status 状态:上线:up ,下线:down
createTime datetime 创建时间
updateTime datetime 修改时间
creator string 创建者
modifier string 修改者
isDeleted int 是否删除 0 未删除 1删除
total string
size string 页数大小
current string 起始页
orders array
optimizeCountSql string
searchCount string
countId string
maxLimit string
pages string 页数大小

页面列表

ITEM_HTML