From 3fd2eb7149c35146b4cf44a37d8527a351f3c643 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 11 九月 2023 16:44:18 +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