From 2591e298a3fd1332ad0ca33059f6ba0b7d426f51 Mon Sep 17 00:00:00 2001
From: pengwei <2071057782@qq.com>
Date: 星期四, 20 三月 2025 10:08:00 +0800
Subject: [PATCH] 最新代码提交

---
 项目代码/client/src/api/newapi/Putake.js |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js"
index 9a778ae..7314231 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js"
@@ -1,19 +1,15 @@
 import http from "../http";
 
 //褰撳墠浣滀笟鑾峰彇鏁版嵁  绫诲埆
-// /api/Putake/ShowPutake
 export const ShowPutake = (data) => http.post("api/Putake/ShowPutake", data);
 
 //鏌ョ湅浠诲姟璇︽儏
-// /api/Putake/GetNjtake
 export const GetNjtake = (data) => http.post("api/Putake/GetNjtake", data);
 
 //纭棰嗗彇
-///api/Putake/ChangeStatus
 export const ChangeStatus = (data) => http.post("api/Putake/ChangeStatus", data);
 
 //鏁版嵁璁板綍
-///api/Putake/Add
 export const Add = (data) => http.post("api/Putake/Add", data);
 
 //鏁版嵁璁板綍鏌ョ湅璇︽儏
\ No newline at end of file

--
Gitblit v1.9.3