From fbeaefee07bd5245a0053d4659ebe6b94b100e21 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 08 九月 2023 16:58:51 +0800 Subject: [PATCH] 提交遗漏文件 --- api/globalApi.js | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 2fafc83..d3ca4b8 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -411,4 +411,28 @@ url: '/wrzs/tmtaskcoalitem/updateTmTaskCoalItem', method: 'POST' }, + /** + *@description 鏌ヨ涓�绾у搧绫� */ + getFirstCategoryName: { + url: '/wrzs/jcproduct/getFirstCategoryName', + method: 'GET' + }, + /** + *@description 鏌ヨ浜岀骇鍝佺被 */ + getSecondCategoryName: { + url: '/wrzs/jcproduct/getSecondCategoryName', + method: 'GET' + }, + /** + *@description 鏍规嵁涓�绾у搧绫� 浜岀骇鍝佺被鏌ヨ瑙勬牸*/ + getSpec: { + url: '/wrzs/jcproduct/getSpec', + method: 'GET' + }, + /** + * @description 鑾峰彇鐧诲綍鏃ュ織 濡傛灉绗竴娆$櫥褰� 灏卞己鍒舵墦寮�鏂版墜鎸囧紩 */ + getLogOn: { + url: 'admin/log/getLogOn', + method: 'GET' + } } \ No newline at end of file -- Gitblit v1.9.1