This commit is contained in:
lixuan
2023-02-20 11:18:26 +08:00
parent b3ad85bca8
commit 608f5cdb98
2 changed files with 48 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ const getRefineryCompanyList = (params) => {
// 下单
const orderSave = (params) => {
return request.postJson(
"/oil_refinery/xoilRefineryOrder/save",
"/oil-refinery/xoilRefineryOrder/save",
params
);
};