@@ -27,9 +27,9 @@ public interface Basics {
2727 /** 获取店铺基本信息 */
2828 String GET_SHOP_INFO = "https://api.weixin.qq.com/channels/ec/basics/info/get" ;
2929 /** 上传图片 */
30- String IMG_UPLOAD_URL = "https://api.weixin.qq.com/channels /ec/basics/img/upload" ;
30+ String IMG_UPLOAD_URL = "https://api.weixin.qq.com/shop /ec/basics/img/upload" ;
3131 /** 上传资质图片 */
32- String UPLOAD_QUALIFICATION_FILE = "https://api.weixin.qq.com/channels /ec/basics/qualification/upload" ;
32+ String UPLOAD_QUALIFICATION_FILE = "https://api.weixin.qq.com/shop /ec/basics/qualification/upload" ;
3333 /** 下载图片 */
3434 String GET_IMG_URL = "https://api.weixin.qq.com/channels/ec/basics/media/get" ;
3535 /** 获取地址编码 */
@@ -40,17 +40,17 @@ public interface Basics {
4040 public interface Category {
4141
4242 /** 获取所有的类目 */
43- String LIST_ALL_CATEGORY_URL = "https://api.weixin.qq.com/channels /ec/category/all" ;
43+ String LIST_ALL_CATEGORY_URL = "https://api.weixin.qq.com/shop /ec/category/all" ;
4444 /** 获取类目详情 */
45- String GET_CATEGORY_DETAIL_URL = "https://api.weixin.qq.com/channels /ec/category/detail" ;
45+ String GET_CATEGORY_DETAIL_URL = "https://api.weixin.qq.com/shop /ec/category/detail" ;
4646 /** 获取可用的子类目详情 */
4747 String AVAILABLE_CATEGORY_URL = "https://api.weixin.qq.com/channels/ec/category/availablesoncategories/get" ;
4848 /** 上传类目资质 */
4949 String ADD_CATEGORY_URL = "https://api.weixin.qq.com/channels/ec/category/add" ;
5050 /** 获取类目审核结果 */
5151 String GET_CATEGORY_AUDIT_URL = "https://api.weixin.qq.com/channels/ec/category/audit/get" ;
5252 /** 取消类目提审 */
53- String CANCEL_CATEGORY_AUDIT_URL = "https://api.weixin.qq.com/channels /ec/category/audit/cancel" ;
53+ String CANCEL_CATEGORY_AUDIT_URL = "https://api.weixin.qq.com/shop /ec/category/audit/cancel" ;
5454 /** 获取账号申请通过的类目和资质信息 */
5555 String LIST_PASS_CATEGORY_URL = "https://api.weixin.qq.com/channels/ec/category/list/get" ;
5656 /** 获取店铺的类目权限列表 */
@@ -103,13 +103,13 @@ public interface HomePage {
103103 public interface Brand {
104104
105105 /** 获取品牌库列表 */
106- String ALL_BRAND_URL = "https://api.weixin.qq.com/channels /ec/brand/all" ;
106+ String ALL_BRAND_URL = "https://api.weixin.qq.com/shop /ec/brand/all" ;
107107 /** 新增品牌资质 */
108- String ADD_BRAND_URL = "https://api.weixin.qq.com/channels /ec/brand/add" ;
108+ String ADD_BRAND_URL = "https://api.weixin.qq.com/shop /ec/brand/add" ;
109109 /** 更新品牌资质 */
110110 String UPDATE_BRAND_URL = "https://api.weixin.qq.com/channels/ec/brand/update" ;
111111 /** 撤回品牌资质审核 */
112- String CANCEL_BRAND_AUDIT_URL = "https://api.weixin.qq.com/channels /ec/brand/audit/cancel" ;
112+ String CANCEL_BRAND_AUDIT_URL = "https://api.weixin.qq.com/shop /ec/brand/audit/cancel" ;
113113 /** 删除品牌资质 */
114114 String DELETE_BRAND_URL = "https://api.weixin.qq.com/channels/ec/brand/delete" ;
115115 /** 获取品牌资质申请详情 */
0 commit comments