增加管理员联系二维码
This commit is contained in:
@@ -179,6 +179,9 @@ export function saveAdminWorkerFinanceConfig(payload: {
|
||||
qrCodeImage?: unknown
|
||||
instructions?: string
|
||||
}
|
||||
adminContact?: {
|
||||
wechatQrCodeImage?: unknown
|
||||
}
|
||||
withdraw?: {
|
||||
enabled?: boolean
|
||||
instructions?: string
|
||||
|
||||
@@ -153,12 +153,6 @@ export function saveWorkerAcceptanceDraft(
|
||||
)
|
||||
}
|
||||
|
||||
export function cancelWorkerOrder(workOrderId: number) {
|
||||
return apiPost<{ order: WorkOrder }>(
|
||||
`/api/v1/worker/orders/${workOrderId}/cancel`,
|
||||
)
|
||||
}
|
||||
|
||||
export function lookupCollectOrder(orderNo: string) {
|
||||
return apiPost<CollectLookupResponse>('/api/v1/collect/lookup', { orderNo })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user