Commit 023efd26 authored by 张娇(东信)'s avatar 张娇(东信)

Merge remote-tracking branch 'origin/master'

parents fd695032 987f6b75
......@@ -55,3 +55,20 @@ export function sgyrddShopPage(data) {
data,
});
}
// 获取店铺入驻类型
export function sgyrShopCategory() {
return request({
url: `/sgyrdd/category/tree`,
method: 'GET',
});
}
// 申请成为商家
export function applyShop(data) {
return request({
url: `/sgyrdd/shop/apply`,
method: 'POST',
data,
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment