1.1. 查询营销素材
该接口用于查询营销素材
1.1.1. 请求方法
POST /material/markting/list
1.1.2. 请求参数(同时使用多查询条件为且的关系)
| 属性名 |
类型 |
说明 |
pageNum |
Integer |
必填,页码,必须大于等于1 |
pageSize |
Integer |
必填,每页数量,必须在1-1000之间 |
type |
String |
非必填,素材类型(imaText 图文,poster 海报,brochure 宣传册, form 表单) |
1.1.3. 返回数据
| 属性名 |
类型 |
说明 |
code |
整型 |
执行结果码,200表示成功,其他表示错误 |
message |
字符串 |
执行结果说明 |
data |
List<MarktingMaterialSearchV1Response> |
MarktingMaterialSearchV1Response营销素材信息 |
MarktingMaterialSearchV1Response营销素材信息
| 属性名 |
类型 |
说明 |
id |
Long |
素材ID |
groupId |
Long |
素材分组ID |
name |
String |
素材名称 |
uri |
String |
素材地址 |
status |
String |
状态(draft 草稿,published 已发布,recall 撤回) |
title |
String |
标题 |
description |
String |
描述 |
coverImage |
String |
封面图片 |
readCnt |
Long |
浏览次数 |
readNum |
Long |
浏览人数 |
signUpCnt |
Long |
报名次数 |
signUpNum |
Long |
报名人数 |
useCnt |
Long |
使用次数 |
1.1.4. 请求示例
curl --location --request POST 'https://[子域名].wefeng360.com/api/v1/material/folder/list?sign=fbdd2e45e3bd9d1f1e4915863cff62c2d6f901490070741b821ad55d7e231552×tamp=1619143576' --header 'Content-Type: application/json'
1.1.5. 入参示例
{
"pageNum": 1,
"pageSize": 10
}
1.1.6. 返回示例
{
"succeed": true,
"code": 200,
"bizCode": "000000",
"message": "OK",
"visible": false,
"paging": {
"pageNum": 1,
"pageSize": 10,
"total": 271
},
"data": [
{
"id": 952,
"groupId": 0,
"name": "有问题的视频-附件传的图片",
"uri": "https://s4-sms-pri-std.obs.cn-north-4.myhuaweicloud.com:443/ecology/material/2022-07-07/1/0/20220707/nr26bmtfl/4faccbe30c53325d54db742d5da138ab.jpg?AccessKeyId=N3WWLPCZOJ9ZSE41RLT6&Expires=1658213827&Signature=T82KjZMdjb437YlttnjG3bIrCVE%3D",
"type": "video",
"fileType": "jpg",
"size": 925427.0,
"description": null,
"coverImage": "https://s4-sms-pri-std.obs.cn-north-4.myhuaweicloud.com:443/ecology/material/2022-07-07/1/0/20220707/y2xkfhzzr/f6806ba4693313042c1fbdba8bb4df8c.jpg?AccessKeyId=N3WWLPCZOJ9ZSE41RLT6&Expires=1658213827&Signature=MPyzyy3DPa6SnhqOjd6arHmA2gs%3D",
"miniappId": null,
"readCnt": 0,
"readNum": 0,
"minProgramId": null,
"sn": null,
"useCnt": 0
},
{
"id": 951,
"groupId": 14607,
"name": "a5e9be04c72897d7e7ac707524bf710a.jpeg",
"uri": "https://s4-sms-pri-std.obs.cn-north-4.myhuaweicloud.com:443/ecology/material/2022-07-06/1/0/20220706/ri44tg5cmk/a5e9be04c72897d7e7ac707524bf710a.jpeg?AccessKeyId=N3WWLPCZOJ9ZSE41RLT6&Expires=1658213827&Signature=wXns5iEFEHy2pmxkuuhZGJs0S3s%3D",
"type": "image",
"fileType": "jpeg",
"size": 17326.0,
"description": null,
"coverImage": null,
"miniappId": null,
"readCnt": 0,
"readNum": 0,
"minProgramId": null,
"sn": null,
"useCnt": 0
},
{
"id": 950,
"groupId": 14607,
"name": "小乌龟.png",
"uri": "https://s4-sms-pri-std.obs.cn-north-4.myhuaweicloud.com:443/ecology/material/2022-07-06/1/0/20220706/2ryitnuht4/%E5%B0%8F%E4%B9%8C%E9%BE%9F.png?AccessKeyId=N3WWLPCZOJ9ZSE41RLT6&Expires=1658213827&Signature=gadqJq8Y%2FUdiO8Hni%2BGXQwaTnao%3D",
"type": "image",
"fileType": "png",
"size": 18333.0,
"description": null,
"coverImage": null,
"miniappId": null,
"readCnt": 0,
"readNum": 0,
"minProgramId": null,
"sn": null,
"useCnt": 0
},
{
"id": 949,
"groupId": 0,
"name": "小程序",
"uri": "/home",
"type": "miniprogram",
"fileType": "jpg",
"size": 3174.0,
"description": null,
"coverImage": "https://s4-sms-pri-std.obs.cn-north-4.myhuaweicloud.com:443/ecology/material/2022-07-06/1/0/20220706/9f5mwljko8/%E5%B0%8F%E5%9B%BE.jpg?AccessKeyId=N3WWLPCZOJ9ZSE41RLT6&Expires=1658213827&Signature=mXiOg9RGkwYtrYtMMK4kTip6vnA%3D",
"miniappId": "wxaf3dbcb41b09f6e5",
"readCnt": 0,
"readNum": 0,
"minProgramId": 178,
"sn": null,
"useCnt": 0
},
{
"id": 943,
"groupId": 13536,
"name": "小程序",
"uri": "pages/Coupon/CouponIndex/CouponIndex.html?batchCode=16025728",
"type": "miniprogram",
"fileType": "png",
"size": 42519.0,
"description": null,
"coverImage": "https://s4-sms-pri-std.obs.cn-north-4.myhuaweicloud.com:443/ecology/material/2022-06-17/1/0/20220617/lsa31hyt40/4225.png?AccessKeyId=N3WWLPCZOJ9ZSE41RLT6&Expires=1658213827&Signature=xXkS38r3T6f0SWfc4MYyYQ6STO0%3D",
"miniappId": "wxaf3dbcb41b09f6e5",
"readCnt": 0,
"readNum": 0,
"minProgramId": 178,
"sn": null,
"useCnt": 0
},
{
"id": 942,
"groupId": 13536,
"name": "小程序",
"uri": "pages/Coupon/CouponIndex/CouponIndex.html?batchCode=16025728",
"type": "miniprogram",
"fileType": "jpg",
"size": 11706.0,
"description": null,
"coverImage": "https://s4-sms-pri-std.obs.cn-north-4.myhuaweicloud.com:443/ecology/material/2022-06-17/1/0/20220617/xh5rjn111y/4222.jpg?AccessKeyId=N3WWLPCZOJ9ZSE41RLT6&Expires=1658213827&Signature=bLbTnw2D9T43hCBpQp3VlvkTtBM%3D",
"miniappId": "wxaf3dbcb41b09f6e5",
"readCnt": 0,
"readNum": 0,
"minProgramId": 178,
"sn": null,
"useCnt": 0
},
{
"id": 941,
"groupId": 13536,
"name": "小程序",
"uri": "pages/Coupon/CouponIndex/CouponIndex.html?batchCode=16025728",
"type": "miniprogram",
"fileType": "png",
"size": 623593.0,
"description": null,
"coverImage": "https://s4-sms-pri-std.obs.cn-north-4.myhuaweicloud.com:443/ecology/material/2022-06-17/1/0/20220617/57bpzo3ou/4224.png?AccessKeyId=N3WWLPCZOJ9ZSE41RLT6&Expires=1658213827&Signature=AWuykG3j%2FP5Fib8fAthUVLMiIIA%3D",
"miniappId": "wxaf3dbcb41b09f6e5",
"readCnt": 0,
"readNum": 0,
"minProgramId": 178,
"sn": null,
"useCnt": 0
},
{
"id": 940,
"groupId": 13536,
"name": "小程序",
"uri": "pages/Coupon/CouponIndex/CouponIndex.html?batchCode=16025728",
"type": "miniprogram",
"fileType": "jpg",
"size": 13876.0,
"description": null,
"coverImage": "https://s4-sms-pri-std.obs.cn-north-4.myhuaweicloud.com:443/ecology/material/2022-06-17/1/0/20220617/05g4hq2u6j/4224.jpg?AccessKeyId=N3WWLPCZOJ9ZSE41RLT6&Expires=1658213827&Signature=KdYldZqqa%2BoICg%2FnWbrA%2B555y%2FI%3D",
"miniappId": "wxaf3dbcb41b09f6e5",
"readCnt": 0,
"readNum": 0,
"minProgramId": 178,
"sn": null,
"useCnt": 0
},
{
"id": 939,
"groupId": 13536,
"name": "小程序",
"uri": "pages/Coupon/CouponIndex/CouponIndex.html?batchCode=16025728",
"type": "miniprogram",
"fileType": "jpg",
"size": 13876.0,
"description": null,
"coverImage": "https://s4-sms-pri-std.obs.cn-north-4.myhuaweicloud.com:443/ecology/material/2022-06-17/1/0/20220617/sk1uuomxny/4224.jpg?AccessKeyId=N3WWLPCZOJ9ZSE41RLT6&Expires=1658213827&Signature=75wmj6vdVYz3Msm5S8lNfjr2pHo%3D",
"miniappId": "wxaf3dbcb41b09f6e5",
"readCnt": 0,
"readNum": 0,
"minProgramId": 178,
"sn": null,
"useCnt": 0
},
{
"id": 938,
"groupId": 13536,
"name": "小程序",
"uri": "pages/Coupon/CouponIndex/CouponIndex.html?batchCode=16025728",
"type": "miniprogram",
"fileType": "jpg",
"size": 11706.0,
"description": null,
"coverImage": "https://s4-sms-pri-std.obs.cn-north-4.myhuaweicloud.com:443/ecology/material/2022-06-17/1/0/20220617/6okpsewkoy/4222.jpg?AccessKeyId=N3WWLPCZOJ9ZSE41RLT6&Expires=1658213827&Signature=N7clHnLkoL63AZ%2FFshATtNVR%2BSU%3D",
"miniappId": "wxaf3dbcb41b09f6e5",
"readCnt": 0,
"readNum": 0,
"minProgramId": 178,
"sn": null,
"useCnt": 0
}
]
}