- Proto 文件说明
- 返回码&错误码说明
- initialize 系统配置及初始化
- mall 电商微服务
- 分类相关
- 产品操作相关
- 产品规格相关
- 产品图片相关
- 产品评论相关
- 运费模板相关
- 区域限制相关
- 我的店铺POST
- 商品列表POST
- 商品搜索POST
- 商品详情POST
- 评论列表POST
- 我的店铺 CopyPOST
- 获取上游公司及其分类列表POST
- 获取上游公司产品列表POST
- order 购物车微服务
- passport 通行证微服务
- finance 财务微服务
- market 营销微服务
- relation 社交关系微服务
- ads 广告微服务
- cloud 云存储微服务
- content 内容微服务
- location-定位服务
- MCS 即时通讯(IM)微服务
- task 任务&回调
- bases 管理类接口
- Other 其它
- fts文件传输服务
- notify通知服务(包括短信,邮件,消息等)
- license 许可证认证服务
- feedback意见反馈(工单)服务
- org 组织机构微服务
- material二维码
- invoice合同发票
评论
开发中
POST
/mall.Product.CreateComment
请求参数
Header 参数
Request-Id
string
请求ID
默认值:
{% mock 'uuid' %}
Content-Type
string
传输格式
默认值:
application/json
Workspace
string
项目名称
默认值:
mall
Authorization
string
可选
默认值:
YAb6b3m/PsSCMTmXqMyLHu5V4zv4CqqhxDoVzMRc1LHrA8FFjgA2pv293BRlA/aWEi/n0fedA19ZcACeMC3rvJRJ5VeBk/H/zCtMHtCYVnR2lG9qZL2K2oxtt1BNEW1deyP4wF6IosQ5qBTpC/n7bGfzBdty9AGlfoBSFu9R8XE=
Body 参数application/json
id
integer
必需
identity
string
必需
nickname
string
必需
score
integer
必需
comment
string
必需
reply
string
可选
product_identity
string
必需
示例
{
"store_key": "heqiapp",
"category_id": 1,
"page": 1,
"size": 100
}
示例代码
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://mesh.apinb.com//mall.Product.CreateComment' \
--header 'Request-Id;' \
--header 'Workspace;' \
--header 'Authorization: YAb6b3m/PsSCMTmXqMyLHu5V4zv4CqqhxDoVzMRc1LHrA8FFjgA2pv293BRlA/aWEi/n0fedA19ZcACeMC3rvJRJ5VeBk/H/zCtMHtCYVnR2lG9qZL2K2oxtt1BNEW1deyP4wF6IosQ5qBTpC/n7bGfzBdty9AGlfoBSFu9R8XE=' \
--header 'Content-Type: application/json' \
--data-raw '{
"store_key": "heqiapp",
"category_id": 1,
"page": 1,
"size": 100
}'
返回响应
🟢200成功
application/json
Body
count
string
必需
data
array [object {22}]
必需
id
string
可选
identity
string
可选
supplyId
string
可选
types
integer
可选
categoryId
string
可选
categoryPaths
string
可选
title
string
可选
subTitle
string
可选
keyword
string
可选
coverImage
string
可选
stock
integer
可选
salesPrice
string
可选
content
string
可选
args
string
可选
star
string
可选
commentTotal
integer
可选
saleTotal
integer
可选
viewTotal
integer
可选
imageTotal
integer
可选
recommend
integer
可选
sort
integer
可选
status
integer
可选
示例
{
"count": "string",
"data": [
{
"id": "string",
"identity": "string",
"supplyId": "string",
"types": 0,
"categoryId": "string",
"categoryPaths": "string",
"title": "string",
"subTitle": "string",
"keyword": "string",
"coverImage": "string",
"stock": 0,
"salesPrice": "string",
"content": "string",
"args": "string",
"star": "string",
"commentTotal": 0,
"saleTotal": 0,
"viewTotal": 0,
"imageTotal": 0,
"recommend": 0,
"sort": 0,
"status": 0
}
]
}
修改于 2024-03-30 06:33:41