获取图片

/store/StoreManage/getImageBasicInfo

请求参数

参数名
类型
描述
必填
store_id
int
商户ID
必填

响应参数

参数名
类型
描述
必填
type_1
array
1-门店头像
必填
type_2
array
2-店铺照片
必填
type_3
array
3-营业执照
必填
type_4
array
4-动物医疗许可证
必填
type_5
array
5-店铺视频
必填

说明 / 示例

{ "data": { "image_list": { "type_3": [ "https://data.o4pets.com/shop/image/2.png" ], "type_2": [ "https://data.o4pets.com/shop/image/case_images/2021114/1610662910945.jpg", "https://data.o4pets.com/shop/image/5.png" ] } }, "timestamp": 1611122146704, "status": 1, "info": "" }