- 评论
- souring相关
- 站点->sourcing
- 购物车 -> 购物车
- 个人中心->订单管理
- 产品->详情
- 订单 -> 订单
- 站点->支付方式
- 产品搜索->列表
- 购物车 -> 结算
- 商品详情->激光定制
- 商品定制
- 多买多奖
- 商品->个性化推荐
- 商品->新客引导
- 新客引导
- <p>
- 站点->pop-up
模块商品
POST
/st-pse/new-customer/guide/module-products
请求参数
Body 参数application/json
module
string
模块
currencyCode
string
货币编码
示例
{
"module": "string",
"currencyCode": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.nihaocloud.cn/st-pse/new-customer/guide/module-products' \
--header 'Content-Type: application/json' \
--data-raw '{
"module": "string",
"currencyCode": "string"
}'
返回响应
🟢200成功
application/json
Body
com.nihao.sitepseweb.model.vo.NewCustomerGuideModVo
title
string
标题
subtitle
string
副标题
url
string
链接
productList
array[object (NewCustomerGuideProductVo) {3}]
商品列表
img
string
商品图
discount
number
折扣
spu
string
spu
示例
{
"title": "",
"subtitle": "",
"url": "",
"productList": [
{
"img": "",
"discount": 0.0,
"spu": ""
}
]
}
修改于 2025-06-30 08:17:57