public interface WxOpenMinishopService
限定符和类型 | 字段和说明 |
---|---|
static String |
getBrandsUrl |
static String |
getCategoryUrl |
static String |
getDeliveryUrl |
static String |
getShopCatUrl
获取店铺的商品分类
|
static String |
submitBasicInfoUrl |
static String |
submitMerchantInfoUrl |
static String |
UPLOAD_IMG_MINISHOP_FILE_URL |
限定符和类型 | 方法和说明 |
---|---|
MinishopAuditStatus |
checkAuditStatus(String wxName) |
MinishopBrandList |
getBrands() |
MinishopCategories |
getCategory(Integer fCatId) |
MinishopShopCatList |
getShopCat() |
WxOpenResult |
submitBasicInfo(String appId,
MinishopNameInfo nameInfo,
MinishopReturnInfo returnInfo) |
WxOpenResult |
submitMerchantInfo(String appId,
String subjectType,
MinishopBusiLicense busiLicense,
MinishopOrganizationCodeInfo organizationCodeInfo,
MinishopIdcardInfo idcardInfo,
MinishopSuperAdministratorInfo superAdministratorInfo,
String merchantShoprtName) |
String |
uploadImagePicFile(Integer height,
Integer width,
File file) |
WxOpenResult submitMerchantInfo(String appId, String subjectType, MinishopBusiLicense busiLicense, MinishopOrganizationCodeInfo organizationCodeInfo, MinishopIdcardInfo idcardInfo, MinishopSuperAdministratorInfo superAdministratorInfo, String merchantShoprtName) throws WxErrorException
appId
- subjectType
- busiLicense
- organizationCodeInfo
- idcardInfo
- superAdministratorInfo
- merchantShoprtName
- WxErrorException
WxOpenResult submitBasicInfo(String appId, MinishopNameInfo nameInfo, MinishopReturnInfo returnInfo)
MinishopAuditStatus checkAuditStatus(String wxName) throws WxErrorException
WxErrorException
String uploadImagePicFile(Integer height, Integer width, File file) throws WxErrorException
WxErrorException
MinishopCategories getCategory(Integer fCatId)
MinishopBrandList getBrands()
MinishopShopCatList getShopCat()
Copyright © 2024. All rights reserved.