uniapp-ZHSQ/api/shopEnter.js

6 lines
294 B
JavaScript

export const apiArr = {
settledShop: '/wechat/shop/settled-shop', // 商家入驻
settledDeal: '/wechat/water/dealer/settled-deal', // 经销商入驻
settledComm: '/wechat/community/settled-comm', // 社区入驻
getTree: '/wechat/shop/cates/get-tree', // 商家商户分类树信息
}