分页获取(page)
GET
/shop/shopDetail/page
接口描述
分页获取
请求参数
参数名
类型
描述
必填
size
int
每页大小,默认10
必填
current
int
当前页,默认1
必填
shopName
string
店铺名称
可选
响应参数
参数名
类型
描述
必填
shopId
int
店铺id
必填
shopName
string
店铺名称
必填
userId
string
店长用户id
必填
shopType
int
店铺类型
必填
intro
string
店铺简介
必填
shopNotice
string
店铺公告
必填
shopIndustry
int
店铺行业
必填
shopOwner
string
店长
必填
mobile
string
店铺绑定的手机
必填
tel
string
店铺联系电话
必填
shopLat
string
店铺所在纬度
必填
shopLng
string
店铺所在经度
必填
shopAddress
string
店铺详细地址
必填
province
string
店铺所在省份
必填
city
string
店铺所在城市
必填
area
string
店铺所在区域
必填
pcaCode
string
店铺省市区代码
必填
shopLogo
string
店铺logo
必填
shopPhotos
string
店铺相册
必填
openTime
string
每天营业时间段
必填
shopStatus
int
店铺状态(-1:未开通 0: 停业中 1:营业中)
必填
transportType
int
0:商家承担运费; 1:买家承担运费
必填
fixedFreight
decimal
固定运费
必填
fullFreeShipping
decima
满X包邮
必填
createTime
datetime
创建时间
必填
updateTime
datetime
更新时间
必填
isDistribution
int
分销设置(0关闭 1开启)
必填