商品名称模糊查询
GET
/api/mp/goods/queryGoodByName
请求参数
参数名
类型
描述
必填
shopId
商城id
必填
name
商城名称
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
id
int
商品id 示例:1
必填
name
string
商品名称 示例:卤鸡
必填
subtitle
string
商品副标题 示例:卤鸡正宗特产五香鸡开袋即食
必填
price
int
商品价格 (普通用户) 示例:56
必填
originalPrice
int
原价 示例:35
必填
costPrice
float
成本价(代理) 示例:0.01
必填
image
string
商品轮播图
必填