fix: make audit

This commit is contained in:
zzc
2026-02-03 09:47:25 +08:00
parent b6091de037
commit b2e41c9a7b
3 changed files with 48 additions and 4 deletions

View File

@@ -52,3 +52,10 @@ export const getRecommendList = async (page = 1) => {
method: "get",
});
};
export const msgCheckApi = async (content) => {
return request({
url: "/api/common/msg-check?content=" + content,
method: "get",
});
};