简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2023-12-13 |
请求URL:
请求方式:
- POST
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | token参数 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 商品id |
module | 是 | string | 模块 |
goods_name | 是 | string | 商品名称 |
cate_id | 是 | int | 分类id |
purchase_price | 否 | string | 进价 |
today_price | 是 | string | 现价 |
tomorrow_price | 是 | string | 明日价 |
tomorrow_discount | 是 | string | 明日折扣【0.01-1=0.1折-10折】 |
unit | 是 | string | 商品单位 |
cover | 是 | string | 商品封面 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "编辑成功",
"data": []
}
失败时返回:
{
"status": 0,
"msg": "更新失败"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 无
作者:admin 创建时间:2023-12-13 15:10
更新时间:2025-04-01 15:40
更新时间:2025-04-01 15:40