接口 cabinet.update.product.model
接口说明
自取柜更新商品建模申请
业务参数
参数名称 | 类型 | 是否必须 | 说明 |
---|---|---|---|
applyId | string | Y | 建模申请id |
isNoneBarCode | boolean | N | 是否无条码 |
fiveWeight | int | N | 5个商品重量和(单位:克) |
imageUrlList | string[] | Y | 建模图片(5张图必须) |
返回示例
{
"error_code": 0,
"error_msg": "SUCCESS",
"sub_error_code": null,
"sub_error_msg": null,
"data": {}
}
错误码
ERR_PRODUCT_IN_REVIEW 模型审核中