add: 优化
This commit is contained in:
@@ -136,10 +136,20 @@ export function shopRecharge(data) {
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
// 智慧充值 配置信息获取
|
||||
export function shopRechargeGet() {
|
||||
return request({
|
||||
url: `${Market_BaseUrl + "/admin/shopRecharge"}`,
|
||||
method: 'get'
|
||||
});
|
||||
}
|
||||
|
||||
// 获取店铺用户列表
|
||||
export function getShopUserList(params) {
|
||||
return request({
|
||||
url: `${Account_BaseUrl + "/admin/shopUser/getPage"}`,
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user