新增运费模板
POST
freight/insertTemplate
请求参数
参数名
类型
描述
必填
sName
String
模板名称
必填
sType
Integer
模板类型(0.买家承担运费、1.卖家包邮)
必填
sValuation
Integer
计价方式(1.按件数个、2.按重量kg、3.按体积m³)
必填
isDefault
Integer
是否默认 默认false 0
必填
sIsCheck
Integer
是否全选 默认 true 1 (不要)
必填
dFirst
Double
首件(条件:个、体积、重量)
必填
dFirstPrice
Double
运费(首件价格)
必填
dExtend
Double
续件(条件:个、体积、重量)
必填
dExtendPrice
Double
运费(续件价格)
必填
pId
Integer
省id
必填
pIsCheck
Integer
是否全选
必填
pName
String
省名称
必填
dIsCheck
Integer
是否全选 默认 true 1
必填
dId
必填
uId
String
用户id
必填
sId
模板id
必填