修改路由

This commit is contained in:
2026-02-05 22:14:36 +08:00
parent 8fc1f675ff
commit 8e3141d3c9
74 changed files with 388 additions and 74 deletions

View File

@@ -9,4 +9,3 @@ import { type AxiosRequestConfig } from "axios";
export function postApiForumCommentsCreate(input?: TrangleAgentApiForumV1ForumCommentsCreateReq, config?: AxiosRequestConfig) {
return request.post<DeepRequired<TrangleAgentApiForumV1ForumCommentsCreateRes>>(`/api/forum/comments/create`, input, config);
}