文档
测试

查询店铺信息企业信息

POST
http:///[ip]:[port]/app/store/getStoreData

请求参数

参数名
类型
描述
必填
storeId
int
店铺id
必填

响应参数

参数名
类型
描述
必填
msg
string
响应结果信息 示例:操作成功
必填
code
int
响应结果代码 示例:200
必填
data
array
响应结果数据 数据列表
必填
storeId
string
店铺id 示例:1
必填
storeName
string
店铺名称 示例:梵帝亚旗舰店
必填
nickName
object
昵称名称 示例:null
必填
storeSynopsis
string
店铺简介 示例:传统工艺高温烧制釉面光滑瓷质细腻
必填
logoUrl
string
店铺logo图 示例:https://www.oss.gdinso.net/insoapp/upload/outintmoney/1600223947259.png
必填
userId
object
用户id 示例:null
必填
backgroundUrl
object
店铺背景图 示例:null
必填
createTime
string
创建时间 示例:2020-10-20T17:59:59.000+08:00
必填
storeAccount
object
店铺账号 示例:null
必填
enterpriseVo
object
企业信息 数据字典
必填
establishTime
string
成立日期 示例:1999-09-09 00:00:00
必填
id
int
企业id 示例:15
必填
creditCode
string
信用代码 示例:91440605MA5161K261
必填
enterpriseName
string
公司名称 示例:阿京百腾
必填
enterpriseType
string
企业类型 示例:1
必填
enterpriseLegalPerson
string
法定代表人 示例:曹操
必填
registeredCapital
string
注册资本 示例:59690000
必填
businessTerm
string
营业期限 示例:无限期
必填
enterpriseAddress
string
公司地址 示例:广东佛山禅城区星星华园国际1411
必填
registerOffice
string
示例:登记机关
必填
imgPathList
array
上传的资料信息 数据列表
必填
businessLicensePath
string
营业执照图片 示例:https://www.oss.gdinso.net/official_image_original/life3.png
必填
idcardBackPath
string
授权函路径 示例:http://inso-register-img.oss-cn-shenzhen.aliyuncs.com/photo/businessLicense/994445f7a0da446e8d1f5c4849928ce31592375007960.png
必填
idcardFrontPath
string
身份证正面 示例:http://inso-register-img.oss-cn-shenzhen.aliyuncs.com/photo/businessLicense/7e6e22d8c379471bbcc3a3be6772d9881591600359581.png
必填
loapath
string
身份证背面 示例:http://inso-register-img.oss-cn-shenzhen.aliyuncs.com/photo/businessLicense/950fc48803dc4b7cb47f7cc1d1cb78ad1591600263119.png
必填

说明 / 示例

{ "msg": "操作成功", "code": 200, "data": [ { "storeId": "1", "storeName": "阿里巴巴", "nickName": null, "storeSynopsis": "创建于浙江省杭州市", "logoUrl": "沙口路发送到卡积分雷克萨荆防颗粒上搭建*:ஐ٩(๑´ᵕ`)۶ஐ:* 学习使我进步*:ஐ٩(๑´ᵕ`)۶ஐ:* 学习使我进步", "userId": null, "backgroundUrl": null, "createTime": "2020-10-26T14:12:52.000+08:00", "storeAccount": null, "enterpriseVo": { "establishTime": "1999-09-09 00:00:00", "id": 15, "creditCode": "91440605MA5161K261", "enterpriseName": "阿京百腾", "enterpriseType": "1", "enterpriseLegalPerson": "曹操", "registeredCapital": "59690000", "businessTerm": "无限期", "enterpriseAddress": "广东佛山禅城区星星华园国际1411", "registerOffice": "登记机关", "imgPathList": [ { "businessLicensePath": "https://www.oss.gdinso.net/official_image_original/life3.png", "idcardFrontPath": "http://inso-register-img.oss-cn-shenzhen.aliyuncs.com/photo/businessLicense/7e6e22d8c379471bbcc3a3be6772d9881591600359581.png", "idcardBackPath": "http://inso-register-img.oss-cn-shenzhen.aliyuncs.com/photo/businessLicense/994445f7a0da446e8d1f5c4849928ce31592375007960.png", "loapath": "http://inso-register-img.oss-cn-shenzhen.aliyuncs.com/photo/businessLicense/950fc48803dc4b7cb47f7cc1d1cb78ad1591600263119.png" } ] } } ] }