- 营销中心
- 一期接口文档
- 二期接口文档
- 营销cms
- 付费会员赢好礼
- 活动
- 微信券
- 百度券
- 优惠券兑换任务
- 券
- 营销短链
- 寄件有礼活动通知会员团GET
- 寄件有礼活动通知会员团 CopyGET
- 上传POST
- 万象平台
- 一期接口文档
- 二期接口文档
- 三期接口文档
- 88周年庆
- 导出
- 补发券
- 回收券
- 排行活动
- 优惠券兑换任务
- 人群圈选
- 用户领取与使用限制相关接口
- 微信券
- 公共接口
- 中止/恢复活动POST
- 百度OpenAPI
- 微信OpenAPI
根据模块code批量查询产品-分页
开发中
POST
/cms-center/module/product/queryProductPageByModuleList
请求参数
Body 参数application/json
appKey
string
必需
operator
string
必需
operatorOrgId
string
必需
operatorOrgType
string
必需
data
object
必需
businessSystemId
string
必需
clientSystem
string
必需
vipLevel
string
必需
priceSort
string
分类下商品积分排序
priceMax
string
小于等于该积分
priceMin
string
大于等于该积分
productName
string
商品名称
moduleCodes
array[string]
必需
pageNum
string
页码
pageSize
string
页面大小
示例
{
"appKey": "veniam aute",
"operator": "nulla culpa",
"operatorOrgId": "49",
"operatorOrgType": "fb",
"data": {
"businessSystemId": "",
"clientSystem": "",
"vipLevel": "",
"priceSort": 1,
"moduleCodes": ["gold_mall"],
"priceMax": 10,
"priceMin": 0,
"productName": "0717商品信息",
"pageNum":1,
"pageSize":8
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/cms-center/module/product/queryProductPageByModuleList' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "veniam aute",
"operator": "nulla culpa",
"operatorOrgId": "49",
"operatorOrgType": "fb",
"data": {
"businessSystemId": "",
"clientSystem": "",
"vipLevel": "",
"priceSort": 1,
"moduleCodes": ["gold_mall"],
"priceMax": 10,
"priceMin": 0,
"productName": "0717商品信息",
"pageNum":1,
"pageSize":8
}
}'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
code
string
必需
message
null
必需
data
array [object {5}]
必需
id
string
可选
moduleCode
string
可选
moduleName
string
可选
startTime
string
可选
types
array [object {5}]
可选
示例
{
"success": true,
"code": "string",
"message": null,
"data": [
{
"id": "string",
"moduleCode": "string",
"moduleName": "string",
"startTime": "string",
"types": [
{
"id": "string",
"moduleId": null,
"typeName": "string",
"sortNum": 0,
"productResponse": {
"pageNum": 0,
"pageSize": 0,
"pageTotal": 0,
"total": 0,
"dataList": [
{
"id": "string",
"moduleId": "string",
"productName": "string",
"productPrice": 0,
"businessSystemIds": [
"string"
],
"additionalInfo": {
"vipLevel": [
"string"
],
"clientSystem": [
"string"
],
"productPriceMoney": "string",
"label": "string"
},
"productUrl": "string",
"productImgUrl": "string"
}
]
}
}
]
}
]
}
修改于 2023-01-12 09:55:52