From 23a2fff92f73b9759849a8016601a6817d7470b1 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 25 八月 2025 17:30:30 +0800 Subject: [PATCH] - --- src/api/item/index.ts | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/api/item/index.ts b/src/api/item/index.ts index b634c48..143fe1a 100644 --- a/src/api/item/index.ts +++ b/src/api/item/index.ts @@ -110,6 +110,21 @@ }); }; +// 鎷涙爣浠g悊鍒嗛〉鏌ヨ闈炴斂搴滆鍗曞鐞� +export const findWechatOpenId = (data?: object) => { + return http.request<PageResult>("post", baseUrlApi(""), { + data + }); +}; + +// 閲囪喘浠g悊浜哄鍔犻潪鏀垮簻璁㈠崟澶勭悊鑾峰彇鑱旂郴鏂瑰紡 +export const addgetcontact = () => { + return http.request<Result>( + "post", + baseUrlApi("/api/tenderOrder/addgetcontact") + ); +}; + // 閲囪喘浠g悊浜哄鍔犻潪鏀垮簻璁㈠崟澶勭悊 export const caigourenAdd = (data?: object) => { return http.request<Result>("post", baseUrlApi("/api/tenderOrder/add"), { @@ -117,6 +132,17 @@ }); }; +// 閲囪喘浠g悊浜哄鍔犻潪鏀垮簻璁㈠崟澶勭悊 +export const updateTittle = (data?: object) => { + return http.request<Result>( + "post", + baseUrlApi("/api/tenderOrder/updateTittle"), + { + data + } + ); +}; + // 閲囪喘浠g悊浜烘洿鏂伴潪鏀垮簻璁㈠崟澶勭悊 export const caigourenUpdate = (data?: object) => { return http.request<Result>("post", baseUrlApi("/api/tenderOrder/update"), { -- Gitblit v1.9.1