请求方式 POST 请求路径 api/GoodsMini/AddNegotiatedPrice

添加量大议价

URI 参数说明

None.

Json字符串 参数说明:Body Data

实体

NegotiatedPriceModel
字段说明类型备注说明
ID

ID

integer

None.

GoodsName

商品名称

string

None.

Specification

规格

string

None.

Count

数量

integer

None.

Price

价格

decimal number

None.

LinkMan

联系人

string

None.

Mobile

手机号

string

None.

Address

地址

string

None.

State

状态 0.未处理 1.已处理

integer

None.

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

application/json

Sample:
{
  "ID": 1,
  "GoodsName": "sample string 2",
  "Specification": "sample string 3",
  "Count": 4,
  "Price": 5.0,
  "LinkMan": "sample string 6",
  "Mobile": "sample string 7",
  "Address": "sample string 8",
  "State": 9,
  "AddTime": "2025-05-18 04:37:39",
  "UpdateTime": "2025-05-18 04:37:39",
  "AddUser": "sample string 12",
  "AddUserID": 13,
  "UpdateUser": "sample string 14",
  "Deleted": 15
}

得到响应信息说明

添加量大议价

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": {}
}