优化接单登录页设计
This commit is contained in:
@@ -24,7 +24,7 @@ export function registerWorker(payload: {
|
||||
phone: string
|
||||
code: string
|
||||
password: string
|
||||
displayName?: string
|
||||
displayName: string
|
||||
inviteCode?: string
|
||||
}) {
|
||||
return apiPost<{ worker: WorkerUser; reviewRequired: boolean }>(
|
||||
|
||||
Reference in New Issue
Block a user