feat: custom table with row children
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { request } from '@umijs/max';
|
||||
|
||||
export async function queryCurrentUserState(opts?: Record<string, any>) {
|
||||
return request(`/users/me`, {
|
||||
method: 'GET',
|
||||
...opts
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user