- 营销中心
- 一期接口文档
- 二期接口文档
- 营销cms
- 付费会员赢好礼
- 活动
- 微信券
- 百度券
- 优惠券兑换任务
- 券
- 营销短链
- 寄件有礼活动通知会员团GET
- 寄件有礼活动通知会员团 CopyGET
- 上传POST
- 万象平台
- 一期接口文档
- 二期接口文档
- 三期接口文档
- 88周年庆
- 导出
- 补发券
- 回收券
- 排行活动
- 优惠券兑换任务
- 人群圈选
- 用户领取与使用限制相关接口
- 微信券
- 公共接口
- 中止/恢复活动POST
- 百度OpenAPI
- 微信OpenAPI
产品手机系统和vip等级更新
开发中
POST
/cms-center/module/product/converterProduct
请求参数
Body 参数application/json
appKey
string
必需
operator
string
必需
operatorOrgId
string
必需
operatorOrgType
string
必需
data
object
必需
moduleCodes
array[string]
必需
businessSystemId
string
必需
clientSystem
string
必需
vipLevel
string
必需
priceSort
string
分类下商品积分排序
示例
{
"appKey": "vien",
"operator": "sunt in",
"operatorOrgId": "28",
"operatorOrgType": "1",
"data": {
"moduleCodes": [
"day_flash_sale",
"member_center"
],
"businessSystemId": "wxapp",
"clientSystem": "ios",
"vipLevel": "5"
}
}
示例代码
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/converterProduct' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "vien",
"operator": "sunt in",
"operatorOrgId": "28",
"operatorOrgType": "1",
"data": {
"moduleCodes": [
"day_flash_sale",
"member_center"
],
"businessSystemId": "wxapp",
"clientSystem": "ios",
"vipLevel": "5"
}
}'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
code
string
必需
message
null
必需
data
array [object {6}]
必需
id
string
必需
moduleCode
string
必需
moduleName
string
必需
startTime
string
必需
products
array [object {10}]
可选
types
array [object {3}]
可选
示例
{
"success": true,
"code": "string",
"message": null,
"data": [
{
"id": "string",
"moduleCode": "string",
"moduleName": "string",
"startTime": "string",
"products": [
{
"id": "string",
"moduleId": "string",
"productName": "string",
"productPrice": 0,
"businessSystemIds": [
"string"
],
"additionalInfo": {
"vipLevel": "string",
"productOriginalPrice": "string",
"clientSystem": "string",
"productPriceMoney": "string",
"productAmount": "string",
"remark": "string",
"businessType": "string",
"parameter": "string",
"label": "string",
"superVip": "string"
},
"productUrl": "string",
"productImgUrl": "string",
"startTimeHour": "string",
"endTimeHour": "string"
}
],
"types": [
{
"id": "string",
"typeName": "string",
"products": [
{
"id": "string",
"moduleId": "string",
"productName": "string",
"productPrice": 0,
"businessSystemIds": [
"string"
],
"additionalInfo": {},
"productUrl": "string",
"productImgUrl": "string",
"startTimeHour": "string",
"endTimeHour": "string"
}
]
}
]
}
]
}
修改于 2022-08-04 05:46:39