# 查询配送方式

# 接口调用请求说明

http请求方式:POST
https://api.weixin.qq.com/product/shipmethods/get?access_token=xxxxxxxxx

# 请求参数示例

{
}

# 回包示例

{
    "errcode" : 0,
    "errcode" : "",
    "supported_shipping_methods":{
        "express":0,
        "same_city":1,
        "pickup":0
    }
}

# 请求参数说明

参数 类型 是否必填 说明

# 回包参数说明

参数 类型 说明
errcode string 错误码
errmsg string 错误信息
supported_shipping_methods.express number 是否开启快递配送
supported_shipping_methods.same_city number 是否开启同城配送
supported_shipping_methods.pickup number 是否开启线下自提

# 返回码

返回码 错误类型
-1 系统异常
-2 token太长