1
This commit is contained in:
@@ -41,8 +41,9 @@ export const getObj = (id: string | number) => {
|
||||
*/
|
||||
export const delObj = (id: string | number) => {
|
||||
return request({
|
||||
url: `/recruit/recruitexampeople/${id}`,
|
||||
method: 'delete',
|
||||
url: `/recruit/recruitexampeople/delete`,
|
||||
method: 'post',
|
||||
data: { id: id }
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user