文档
测试

店铺信息展示

POST
/webStore/v1/exhibitStoreInfo

请求头

参数名
类型
描述
必填
Content-Type
application/json
必填

请求参数

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

请求

```language { "storeId":48 } ```

说明 / 示例

```language { "code": 1000, "msg": "操作成功", "data": { "storeId": 48, "storeName": "测试专营店", "mainCategory": "医疗健康", "country": "中国", "countryImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/nationalFlag/中国.jpg", "storeAvatar": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/defaultAvatar/defaultAvatar.jpg", "storeLevel": 0, "storeLevelPoints": 0, "overallRating": 0.0, "descriptionMatch": 0.0, "serviceAttitude": 0.0, "logisticService": 0.0, "storeTotalSalesVolume": 0, "openingDate": "2022-06-09 16:54:35", "storeFans": 0, "storeType": "franchise", "storeStatus": "审核中", "storeSynopsis": null, "extendedInfo": { "organizationCodeExp": "组织机构代码有效期", "legalPersonPhone": "法人手机号", "threeCertificatesInOne": false, "unifiedSocialCreditCode": "统一社会信用代码", "legalPersonCertificateExp": "法人身份证有效期", "taxRegistrationCertificateImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-税务登记证-.jpg", "businessLicenseRegistration": "营业执照注册号", "taxpayerIdentificationCode": "纳税人识别码", "companyName": "公司名称", "legalPersonCertificate": "法人身份证号", "businessLicenseImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-营业执照-.jpg", "legalPersonCertificateImg": { "法人身份证1": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-法人身份证1-.jpg", "法人身份证2": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-法人身份证2-.jpg" }, "legalPersonName": "法人姓名", "franchiseBusinessInfoBo": { "adminName": "管理员姓名", "adminCertificateExp": "管理员身份证件有效期", "franchiseBrandBos": [ { "proveExp": "证明有效期", "brandAuthorizeLink": [ { "authorizeExp": "授权有效期", "authorizeProveImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-品牌授权书1-.jpg", "authorizeLevel": 0 }, { "authorizeExp": "授权有效期", "authorizeProveImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-品牌授权书2-.jpg", "authorizeLevel": 1 } ], "brandType": "授权", "trademarkCertificateImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-商标注册证明1-.jpg", "trademarkType": "自然人", "holderCertificateImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-持有人身份证明1-.jpg", "trademark": "商标注册号" }, { "proveExp": "证明有效期", "brandAuthorizeLink": [ { "authorizeExp": "授权有效期", "authorizeProveImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-品牌授权书3-.jpg", "authorizeLevel": 0 }, { "authorizeExp": "授权有效期", "authorizeProveImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-品牌授权书4-.jpg", "authorizeLevel": 1 } ], "brandType": "授权", "trademarkCertificateImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-商标注册证明2-.jpg", "trademarkType": "自然人", "holderCertificateImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-持有人身份证明2-.jpg", "trademark": "商标注册号" } ], "categoryBranch": { "drugExp": "药品经营许可证有效期", "drugLink": "药品经营许可证查询链接", "pharmacy": true, "drugImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-药品经营许可证-.jpg" }, "adminAndLegalPerson": false, "adminCertificate": "管理员身份证件号", "adminCertificateImg": { "管理人身份证1": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-管理人身份证1-.jpg", "管理人身份证2": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-管理人身份证2-.jpg" } }, "organizationCode": "组织机构代码", "legalPersonTypeOfCertificate": "法人身份证件类型", "businessExp": "营业期限", "businessAddress": "经营地址", "organizationCodeImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/测试专营店/qualification/-组织机构代码证-.jpg" }, "products": null } } ```