视频任务管理更新
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
@Schema(description = "查询 ASIN 单条结果")
|
||||
public class QueryAsinAsinStatusDto {
|
||||
|
||||
@Schema(description = "ASIN", example = "B0BRZZR3N2")
|
||||
@Schema(description = "商品 ASIN", example = "B0BRZZR3N2")
|
||||
private String asin;
|
||||
|
||||
@Schema(description = "Python 查询后返回的状态", example = "正常")
|
||||
|
||||
Reference in New Issue
Block a user