商品成交单位
POST
/api/openPlatform/product/unit请求参数
无
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
state
string
必需
msg
string
必需
data
array [object {2}]
必需
code
string
必需
name
string
必需
示例
{
"state": "000001",
"msg": "请求成功",
"data": [
{
"code": "bag",
"name": "包/袋"
},
{
"code": "bar",
"name": "条"
},
{
"code": "barrel",
"name": "桶"
},
{
"code": "basin",
"name": "盆"
},
{
"code": "basket",
"name": "箩/筐"
},
{
"code": "batch",
"name": "批"
},
{
"code": "block",
"name": "块"
},
{
"code": "bolt",
"name": "疋/匹"
},
{
"code": "book",
"name": "册/本"
},
{
"code": "bottle",
"name": "瓶"
},
{
"code": "box",
"name": "箱/盒"
},
{
"code": "bundle",
"name": "扎/捆"
},
{
"code": "can",
"name": "罐"
},
{
"code": "carat",
"name": "克拉"
},
{
"code": "chi",
"name": "市尺"
},
{
"code": "coil",
"name": "卷/盘"
},
{
"code": "cone",
"name": "筒"
},
{
"code": "couple",
"name": "对"
},
{
"code": "cubic chi",
"name": "立方尺"
},
{
"code": "cubic foot",
"name": "立方英尺"
},
{
"code": "cubic meter",
"name": "立方米"
},
{
"code": "cun",
"name": "寸"
},
{
"code": "dan",
"name": "市担 "
},
{
"code": "dozen",
"name": "打"
},
{
"code": "foot",
"name": "英尺"
},
{
"code": "g",
"name": "克"
},
{
"code": "grain",
"name": "粒"
},
{
"code": "gross",
"name": "罗"
},
{
"code": "group",
"name": "组"
},
{
"code": "he",
"name": "合"
},
{
"code": "head",
"name": "头"
},
{
"code": "hundred million pcs",
"name": "亿支/亿个"
},
{
"code": "hundred million set",
"name": "万套"
},
{
"code": "hundred pairs",
"name": "百副/百双"
},
{
"code": "hundred pcs",
"name": "百支/百把/百个/百片"
},
{
"code": "hundred pounds",
"name": "担"
},
{
"code": "jin",
"name": "斤"
},
{
"code": "kg",
"name": "千克"
},
{
"code": "kilovolt-ampere",
"name": "千伏安"
},
{
"code": "kilowatt",
"name": "千瓦"
},
{
"code": "kilowatt-hour",
"name": "千瓦时"
},
{
"code": "km",
"name": "千米"
},
{
"code": "komg",
"name": "井"
},
{
"code": "liang",
"name": "两"
},
{
"code": "link",
"name": "令"
},
{
"code": "liter",
"name": "升"
},
{
"code": "long ton",
"name": "长吨"
},
{
"code": "meter",
"name": "米"
},
{
"code": "metric horsepower",
"name": "公制马力"
},
{
"code": "metric ton",
"name": "吨"
},
{
"code": "milliliter",
"name": "毫升"
},
{
"code": "million ba",
"name": "百万贝可"
},
{
"code": "ounce",
"name": "盎司"
},
{
"code": "pair",
"name": "副/双"
},
{
"code": "pcs",
"name": "个/只/件/支/枝/把"
},
{
"code": "picul",
"name": "司马担"
},
{
"code": "pound",
"name": "磅"
},
{
"code": "quintal",
"name": "公担"
},
{
"code": "ration",
"name": "份"
},
{
"code": "set",
"name": "台/座/架/套/部/亿"
},
{
"code": "sheel",
"name": "发"
},
{
"code": "sheet",
"name": "张"
},
{
"code": "short hundred weight",
"name": "短担"
},
{
"code": "short ton",
"name": "短吨"
},
{
"code": "square chi",
"name": "平方尺"
},
{
"code": "square foot",
"name": "平方英尺"
},
{
"code": "square meter",
"name": "平方米"
},
{
"code": "square yard",
"name": "平方码 "
},
{
"code": "stick",
"name": "根"
},
{
"code": "ten thousand",
"name": "万个"
},
{
"code": "ten thousand grain",
"name": "万粒"
},
{
"code": "ten thousand pair",
"name": "万双"
},
{
"code": "ten thousand sheet",
"name": "万张"
},
{
"code": "thousand block",
"name": "千块"
},
{
"code": "thousand box",
"name": "千盒"
},
{
"code": "thousand feet",
"name": "千英尺"
},
{
"code": "thousand grain",
"name": "千粒"
},
{
"code": "thousand liter",
"name": "千升"
},
{
"code": "thousand pcs",
"name": "千只/千枝/千枝/千个"
},
{
"code": "thousand sheet",
"name": "千张"
},
{
"code": "uk gallon",
"name": "英加仑"
},
{
"code": "uk horsepower",
"name": "英制马力"
},
{
"code": "uk hundred-weight",
"name": "英担"
},
{
"code": "unit",
"name": "辆/艘"
},
{
"code": "us gallon",
"name": "美加仑"
},
{
"code": "yard",
"name": "码"
}
]
}
最后修改时间: 2 年前