文档
测试

店铺信息变更(个体工商户)

POST
/webStore/v1/updateStoreInfo

请求头

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

请求参数

参数名
类型
描述
必填
storeId
int
店铺id
必填
storeName
String
店铺名
必填
mainCategory
String
主营类目
必填
storeType
String
店铺类型
必填
storeStatus
String
店铺状态
必填
extendedInfo
json
必填
urgentName
String
紧急联系人姓名
必填
urgentPhone
String
紧急联系人手机
必填
adminName
String
管理员姓名
必填
adminCertificate
String
管理员身份证件号
必填
businessLicenseExp
String
营业执照有效期
必填
businessLicenseImg
String
营业执照
必填
adminCertificateExp
String
管理员身份证有效期
必填
adminCertificateImg
map[]
管理员身份证图
必填
threeCertificatesInOne
boolean
是否三证合一
必填
unifiedSocialCreditCode
String
统一社会信用代码
必填
adminPhone
String
管理员手机
必填

说明 / 示例

```language { "storeId":73, "storeName":"11111个体工商店测试", "mainCategory":"主营类目", "storeType":"individual", "storeStatus":"审核中", "extendedInfo":{ "urgentName":"紧急联系人姓名", "urgentPhone":"12345678910-111111", "adminName": "管理员姓名", "adminCertificate": "管理员身份证件号", "businessLicenseExp": "营业执照有效期", "businessLicenseImg": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/11111个体工商店测试/qualification/营业执照.jpg", "adminCertificateExp": "管理员身份证有效期", "adminCertificateImg": { "管理员身份证1": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/11111个体工商店测试/qualification/-管理员身份证1-.jpg", "管理员身份证2": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/11111个体工商店测试/qualification/-管理员身份证2-.jpg" }, "threeCertificatesInOne": true, "unifiedSocialCreditCode": "统一社会信用代码123123", "adminPhone":"12345678910" } } ```