视频任务管理更新
This commit is contained in:
@@ -2501,6 +2501,15 @@ export function getTaskSkipPriceAsinsPaginated(
|
||||
);
|
||||
}
|
||||
|
||||
export function markPriceTrackDispatchFailed(taskId: number, errorMessage: string) {
|
||||
return unwrapJavaResponse(
|
||||
post<JavaApiResponse<null>, { errorMessage: string }>(
|
||||
`${JAVA_API_PREFIX}/price-track/tasks/${taskId}/dispatch-failed?user_id=${encodeURIComponent(String(getCurrentUserId()))}`,
|
||||
{ errorMessage },
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
export function checkTaskSkipPriceAsin(taskId: number, country: string, asin: string) {
|
||||
return unwrapJavaResponse(
|
||||
get<JavaApiResponse<SkipPriceAsinCheckVo>>(
|
||||
|
||||
Reference in New Issue
Block a user