From d25a34e57998c3da9d92b1bae341a8f6af0a0725 Mon Sep 17 00:00:00 2001 From: wxy <714453439@qq.com> Date: Mon, 4 Aug 2025 17:07:06 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"add=EF=BC=9A=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BA=86=E5=B2=97=E4=BD=8D=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E4=BA=86=E9=80=9A=E8=BF=87=E5=B2=97=E4=BD=8D=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=88=B0=E8=AF=A5=E5=B2=97=E4=BD=8D=E7=9A=84=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E7=9A=84=E5=8A=9F=E8=83=BD"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a72aaafdfbb752f7b855b8ad621ba3058e59cb1a. --- src/apis/system/post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apis/system/post.ts b/src/apis/system/post.ts index 1c71810..8857346 100644 --- a/src/apis/system/post.ts +++ b/src/apis/system/post.ts @@ -43,4 +43,4 @@ export function updatePost(postId: string, data: T.PostUpdateReq) { */ export function deletePost(postId: string) { return http.del(`${BASE_URL}/${postId}`) -} +} \ No newline at end of file