POST api/TencentChufang/queryDeliverFee

查询配送费用

请求的信息

URI参数

None.

Body参数

queryDeliverFeeCondition
名称描述类型其它信息
receiverLat

收货纬度

string

None.

receiverLon

收货经度

string

None.

provinceName

省份

string

None.

cityName

市区

string

None.

countryName

区域

string

None.

drugStoreId

店号

string

None.

buyDrugInfo

商品列表

Collection of buyDrugInfo

None.

请求格式

application/json, text/json

Sample:
{
  "receiverLat": "sample string 1",
  "receiverLon": "sample string 2",
  "provinceName": "sample string 3",
  "cityName": "sample string 4",
  "countryName": "sample string 5",
  "drugStoreId": "sample string 6",
  "buyDrugInfo": [
    {
      "$id": "2",
      "drugInnerCode": "sample string 1",
      "drugCommonName": "sample string 2",
      "drugCnt": "sample string 3"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

CustomJsonResultOfqueryDeliverFeeResult
名称描述类型其它信息
Content

queryDeliverFeeResult

None.

响应格式

application/json, text/json

Sample:
{
  "content": {
    "$id": "2",
    "code": 1,
    "message": "sample string 2",
    "data": {
      "$id": "3",
      "normalDeliverFee": 1.0,
      "fastDeliverFee": 2.0,
      "expressType": "sample string 3"
    }
  }
}