请求方式 GET 请求路径 api/Promotions/GetDeliveryPrice?addressid={addressid}&SupGoodsSkuId={SupGoodsSkuId}&count={count}&BuyWareId={BuyWareId}

新的查询配送费 2023-08-19

URI 参数说明

字段说明类型备注说明
addressid

选择的收货地址,0表示查默认收货地址

integer

Required

SupGoodsSkuId

string

Required

count

购买的数量

integer

Required

BuyWareId

购买的仓库id(大仓要另加大仓调拨费),0-表示买分栈的

integer

Required

Json字符串 参数说明:Body Data

None.

得到响应信息说明

新的查询配送费 2023-08-19

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