请求方式 POST 请求路径 api/ShopEvaluation/AddEvaluate

添加评论

URI 参数说明

None.

Json字符串 参数说明:Body Data

ShopEvaluationModel
字段说明类型备注说明
Id

Id

integer

None.

CompanyId

供应商/联营商Id

integer

None.

OrderId

订单号

string

None.

SupGoodsSkuId

商品sup

string

None.

CustomerId

用户Id

integer

None.

EvaluateTxt

评价内容

string

None.

IsAnonymous

是否匿名 0-不匿名 1-匿名

integer

None.

SupStar

商品评价星号

integer

None.

SpeedStar

配送速度评价星号

integer

None.

ServiceStar

服务评价星号

integer

None.

PackStar

包装评价星号

integer

None.

IsShield

是否屏蔽 0-否 1-是

integer

None.

Deleted

0-否 1-是

integer

None.

AddTime

AddTime

date

None.

UpdateTime

UpdateTime

date

None.

请求格式:application/json, text/json

application/json

Sample:
{
  "Id": 1,
  "CompanyId": 2,
  "OrderId": "sample string 3",
  "SupGoodsSkuId": "sample string 4",
  "CustomerId": 5,
  "EvaluateTxt": "sample string 6",
  "IsAnonymous": 7,
  "SupStar": 8,
  "SpeedStar": 9,
  "ServiceStar": 10,
  "PackStar": 11,
  "IsShield": 12,
  "Deleted": 13,
  "AddTime": "2025-05-18 04:50:17",
  "UpdateTime": "2025-05-18 04:50:17"
}

得到响应信息说明

添加评论

ResponseResult
字段说明类型备注说明
ResponseMsg

返回结果内容描述

string

None.

ResponseCode

状态码 0(成功) >0(业务错误) <0(系统错误) -1: 系统错误 100: 字符为空报错 101: 字符类型错误 102: 图片上传失败200: 操作失败300: 缓存验证超时错误 301: 缓存验证码错误 302: token 错误系统不存在,非法操作 303: token 验证超时500: 参数错误 501: 数据为空 502: 存在重复数据 503: 业务验证失败

integer

None.

Data

返回的结果集

Object

None.

响应格式

application/json, text/json

Sample:
{
  "ResponseMsg": "sample string 1",
  "ResponseCode": 2,
  "Data": {}
}