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