优化智慧充值
This commit is contained in:
@@ -152,4 +152,28 @@ export function couponGetRecord(params) {
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 智慧充值规/配置信息修改
|
||||
* @param {Object} data
|
||||
*/
|
||||
export function shopRechargePost(data) {
|
||||
return request({
|
||||
url: `${urlType}/admin/shopRecharge`,
|
||||
method: 'post',
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 智慧充值规/配置信息获取
|
||||
* @param {Object} parmas
|
||||
*/
|
||||
export function shopRechargeGet(parmas) {
|
||||
return request({
|
||||
url: `${urlType}/admin/shopRecharge`,
|
||||
method: 'get',
|
||||
parmas
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user