fix: make audit
This commit is contained in:
@@ -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",
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user