请求方式 POST 请求路径 api/EasyFarm/EditSkuPrice
编辑团长售价
URI 参数说明
None.
Json字符串 参数说明:Body Data
EditSkuPriceModel
| 字段 | 说明 | 类型 | 备注说明 |
|---|---|---|---|
| Id |
Id |
integer |
None. |
| SupGoodsSkuId |
SupGoodsSkuId |
string |
None. |
| CompanyId |
CompanyId |
integer |
None. |
| CustomerId |
CustomerId |
integer |
None. |
| SalePrice |
SalePrice |
decimal number |
None. |
| UpdateTime |
UpdateTime |
date |
None. |
请求格式:application/json, text/json
application/json
Sample:
{
"Id": 1,
"SupGoodsSkuId": "sample string 2",
"CompanyId": 3,
"CustomerId": 4,
"SalePrice": 5.0,
"UpdateTime": "2025-11-02 06:46:14"
}
得到响应信息说明
编辑团长售价
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": {}
}