feat: 账户管理充值
This commit is contained in:
@@ -17,6 +17,13 @@ const updateAccountState = (params) => {
|
||||
const get = (id) => {
|
||||
return request.get(`/oil-finance/oilCompanyAccount/get/${id}`);
|
||||
};
|
||||
//保存
|
||||
const save = (params) => {
|
||||
return request.postJson(
|
||||
"/oil-finance/oilCompanyAccountReverse/save",
|
||||
params
|
||||
);
|
||||
};
|
||||
// //详情
|
||||
// const getCompanyAccountRecord = (params) => {
|
||||
// return request.postJson(
|
||||
@@ -27,5 +34,6 @@ const get = (id) => {
|
||||
export default {
|
||||
getByPage,
|
||||
updateAccountState,
|
||||
get
|
||||
get,
|
||||
save
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user