generated from template/vite-react-template
fix
This commit is contained in:
@@ -108,7 +108,9 @@ export const useUserWallStore = create<UserWallStore>((set, get) => ({
|
||||
const res = await query.post({
|
||||
path: 'mark',
|
||||
key: 'get',
|
||||
id,
|
||||
payload: {
|
||||
id,
|
||||
},
|
||||
});
|
||||
return res;
|
||||
},
|
||||
@@ -116,7 +118,9 @@ export const useUserWallStore = create<UserWallStore>((set, get) => ({
|
||||
const res = await query.post({
|
||||
path: 'mark',
|
||||
key: 'delete',
|
||||
id,
|
||||
payload: {
|
||||
id,
|
||||
}
|
||||
});
|
||||
return res;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user