添加商品图片
POST
http://localhost:7002/bg/goods/{id}/picture
接口描述
为指定id的商品的添加图片
请求头
参数名
类型
描述
必填
Authorization
携带token
必填
请求参数
参数名
类型
描述
必填
picture
file
图片文件,可以上传多个
必填