修复购买到支付流程的接口和页面&数据展示
This commit is contained in:
7
src/actions/batch.ts
Normal file
7
src/actions/batch.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { PageRecord } from "@/lib/api"
|
||||
import type { User } from "@/models/user"
|
||||
import { callByUser } from "./base"
|
||||
|
||||
export async function getPageBatch(params: { page: number; size: number }) {
|
||||
return callByUser<PageRecord<User>>("/api/admin/batch/page", params)
|
||||
}
|
||||
Reference in New Issue
Block a user