亮色模式
产品枚举:产品类型,离岸价设置类型,创建方式,产品计量单位
GET
/v1/product/productEnums请求参数
Query 参数
field
string
必需
unit_list :返回计量单位 product_type_ist:返回产品类型 fob_type_ist:返回离岸价类型 source_type_ist:返回创建方式
示例值:
unit_list
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
now
string
必需
data
object
必需
unit_list
array [object {2}]
必需
示例
{
"code": 0,
"msg": "success",
"now": "2022-04-11 16:33:40",
"data": {
"unit_list": [
{
"name": "xx",
"code": "xx1"
}
]
}
}
最后修改时间: 3 个月前