完善账号冻结与VIP免审核
This commit is contained in:
@@ -277,7 +277,13 @@ export function reprocessAdminKuaishouWorkOrderMatches(limit = 100) {
|
||||
|
||||
export function reviewAdminWorkerUser(
|
||||
workerId: number,
|
||||
payload: { status: string; reviewNote?: string; levelId?: number; workerType?: string },
|
||||
payload: {
|
||||
status: string
|
||||
reviewNote?: string
|
||||
freezeReason?: string
|
||||
levelId?: number
|
||||
workerType?: string
|
||||
},
|
||||
) {
|
||||
return apiPost<{ worker: WorkerUser }>(
|
||||
`/api/v1/admin/worker-platform/workers/${workerId}/review`,
|
||||
|
||||
Reference in New Issue
Block a user