QQ登录 账号密码登陆 官网首页

商品物流运费

URL地址

http://www.tpshop.com/index.php?m=api&c=Goods&a=dispatching

请求方式

get


参数列表

参数

是否必须

说明

goods_id必须商品id
region_id必须区域id

 

示例:

成功返回:
{
    "status":1,
    "msg":"可配送",
    "result":"8.00"
} 

失败返回:
{
    "status":1,
    "msg":"该地区不支持配送"
    "result":-1

}