优化绑定功能按钮显示
This commit is contained in:
@@ -9,8 +9,15 @@ export const listMerchant = (params) => http.get('/shop/merchant', {params})
|
||||
// 获取商户详情
|
||||
export const getMerchant = (merchantId) => http.get('/shop/merchant/page', {merchantId})
|
||||
|
||||
// 申请退款
|
||||
export const addWithdraw = (data) => http.post('/shop/merchant-withdraw/apply', data)
|
||||
|
||||
export const withdrawPage = (params) => http.get('/shop/merchant-withdraw/page/app', {params})
|
||||
|
||||
export default {
|
||||
pageMerchant,
|
||||
listMerchant,
|
||||
getMerchant
|
||||
getMerchant,
|
||||
addWithdraw,
|
||||
withdrawPage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user