Commit e384bf5a authored by 刘玉宏's avatar 刘玉宏
parents 68c2b300 0fb422cd
...@@ -72,3 +72,12 @@ export function applyShop(data) { ...@@ -72,3 +72,12 @@ export function applyShop(data) {
data, data,
}); });
} }
// 申请成为商家
export function editShop(data) {
return request({
url: `/sgyrdd/shop/update`,
method: 'POST',
data,
});
}
...@@ -16,4 +16,3 @@ export function applyShop(data) { ...@@ -16,4 +16,3 @@ export function applyShop(data) {
data, data,
}); });
} }
This diff is collapsed.
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