generated from template/vite-react-template
Compare commits
1 Commits
3eaf262ee8
...
2245857128
| Author | SHA1 | Date | |
|---|---|---|---|
| 2245857128 |
@@ -108,7 +108,9 @@ export const useUserWallStore = create<UserWallStore>((set, get) => ({
|
|||||||
const res = await query.post({
|
const res = await query.post({
|
||||||
path: 'mark',
|
path: 'mark',
|
||||||
key: 'get',
|
key: 'get',
|
||||||
|
payload: {
|
||||||
id,
|
id,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
return res;
|
return res;
|
||||||
},
|
},
|
||||||
@@ -116,7 +118,9 @@ export const useUserWallStore = create<UserWallStore>((set, get) => ({
|
|||||||
const res = await query.post({
|
const res = await query.post({
|
||||||
path: 'mark',
|
path: 'mark',
|
||||||
key: 'delete',
|
key: 'delete',
|
||||||
|
payload: {
|
||||||
id,
|
id,
|
||||||
|
}
|
||||||
});
|
});
|
||||||
return res;
|
return res;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user