From 98e0b3a6726c2e04b502b1541621d116e8050865 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 08 八月 2024 16:42:19 +0800 Subject: [PATCH] feat:货代首页产品名称修改 --- api/qualityInspection.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/api/qualityInspection.js b/api/qualityInspection.js index 6cd5320..8497330 100644 --- a/api/qualityInspection.js +++ b/api/qualityInspection.js @@ -72,4 +72,11 @@ url: '/wrzs/zjqualitycheck/getByIdAndSubList', method: 'get' }, + /** + * @鍙栨牱鍛樺垪琛� /wrzs/userentity/pageCarAndHuoDai + * */ + pageCarAndHuoDai: { + url: '/wrzs/userentity/pageCarAndHuoDai', + method: 'get' + }, } -- Gitblit v1.9.1