获取运费模板

接口调用请求说明

  1. http请求方式:POST
  2. https://api.weixin.qq.com/product/delivery/get_freight_template?access_token=xxxxxxxxx

请求参数示例

{}

回包示例

  1. {
  2. "errcode": 0,
  3. "errmsg": "ok",
  4. "template_list":
  5. [
  6. {
  7. "template_id": 123,
  8. "name": "广东包邮",
  9. "valuation_type": 1
  10. }
  11. ]
  12. }

回包参数说明

参数类型说明
errcodenumber错误码
errmsgstring错误信息
template_list[].template_idnumber模板ID
template_list[].namestring模板名称
template_list[].valuation_typenumber计费类型

枚举-valuation_type

枚举值描述
1按件
2按重量