Authored by zhangwenxue

typo: fix erp api url

@@ -69,7 +69,7 @@ const domainApis = { @@ -69,7 +69,7 @@ const domainApis = {
69 69
70 // 发票管理 70 // 发票管理
71 queryPageInvoice: '/erp-gateway-web/franchiseInvoice/queryPageInvoice', // 订单发票列表接口 71 queryPageInvoice: '/erp-gateway-web/franchiseInvoice/queryPageInvoice', // 订单发票列表接口
72 - updateInvoice: '/erp-gateway-web/s/franchiseInvoice/updateInvoice', // 发票信息更改接口 72 + updateInvoice: '/erp-gateway-web/franchiseInvoice/updateInvoice', // 发票信息更改接口
73 exportInvoiceList: '/erp-gateway-web/export/exportFranchiseInvoiceList', // 导出发票列表 73 exportInvoiceList: '/erp-gateway-web/export/exportFranchiseInvoiceList', // 导出发票列表
74 74
75 queryByPidForFavorite: '/erp-gateway-web/account/profile/queryByPidForFavorite', 75 queryByPidForFavorite: '/erp-gateway-web/account/profile/queryByPidForFavorite',