更新
This commit is contained in:
@@ -3,16 +3,10 @@ import request from "utils/axios.js";
|
||||
const login = (params) => {
|
||||
return request.postJson("/oil-identity/oilRefinery/loginOMSByPwd", params);
|
||||
};
|
||||
//关联企业
|
||||
const getRefineryByCustomerId = (phone) => {
|
||||
return request.get(
|
||||
`/oil-user/oilCustomerRefineryRelation/getRefineryByCustomerId/${phone}`
|
||||
);
|
||||
};
|
||||
//路由
|
||||
const getCustomerRouters = () => {
|
||||
return request.get(
|
||||
"/oil-identity/oilRefinery/getCustomerRouters/REFINERY_OMS_WEB"
|
||||
);
|
||||
};
|
||||
export default { login, getRefineryByCustomerId, getCustomerRouters };
|
||||
export default { login, getCustomerRouters };
|
||||
|
||||
Reference in New Issue
Block a user