提交货源采集更新

This commit is contained in:
super
2026-05-10 01:00:08 +08:00
parent a4e4745921
commit 5c990e651e
23 changed files with 308 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ public class SimilarAsinProperties {
private String cozeBaseUrl = "https://api.coze.cn";
private String cozeWorkflowPath = "/v1/workflow/run";
private String cozeWorkflowHistoryPath = "/v1/workflows/{workflow_id}/run_histories/{execute_id}";
private String cozeWorkflowId = "7632683471312355338";
private String cozeWorkflowId = "7635328462404583478";
private String cozeToken = "";
private int cozeBatchSize = 50;
private int cozeConnectTimeoutMillis = 10000;